diff options
author | Taka Cho <takamune.cho@att.com> | 2020-06-19 16:48:19 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-06-19 16:50:05 -0400 |
commit | f92147f681bac8292021028d88c913ff977dd594 (patch) | |
tree | da3850eea1e42e8e337438d58558be290c990fcc | |
parent | ea2425bb3a07711c6a6a66dcede24e199a788bf5 (diff) |
xacml-pdp remove onap-java-style from pom
Changes for Checkstyle 8.32
Issue-ID: POLICY-2188
Change-Id: Ib7605206d43291f582c035fb84f9c1c55d66d8b3
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | pom.xml | 38 |
1 files changed, 0 insertions, 38 deletions
@@ -122,44 +122,6 @@ </distributionManagement> <build> - <plugins> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <executions> - <execution> - <id>onap-java-style</id> - <goals> - <goal>check</goal> - </goals> - <phase>process-sources</phase> - <configuration> - <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml - with minor changes --> - <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> - <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> - <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> - <includeResources>true</includeResources> - <includeTestSourceDirectory>true</includeTestSourceDirectory> - <includeTestResources>true</includeTestResources> - <excludes> - </excludes> - <suppressionsLocation>/checkstyle-suppressions.xml</suppressionsLocation> - <consoleOutput>true</consoleOutput> - <failOnViolation>true</failOnViolation> - <violationSeverity>warning</violationSeverity> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.onap.oparent</groupId> - <artifactId>checkstyle</artifactId> - <version>${oparent.version}</version> - <scope>compile</scope> - </dependency> - </dependencies> - </plugin> - </plugins> <pluginManagement> <plugins> <plugin> |