aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-06-19 17:49:21 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-06-19 17:49:58 -0400
commit81bfcc1729235abebfa4cd2c35cf37aedcadc376 (patch)
treed29d9c8c4b78c25e8f0996ae107b8eb838806544
parent5168a89883aaf86f64afb222cf0047b5769af6bb (diff)
Remove checkstyle plugin from pap pom
Issue-ID: POLICY-2188 Change-Id: I4bfb1019782d6e72feda18ae1414c07e8ed460a2 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--pom.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/pom.xml b/pom.xml
index a8d624c1..8a27ee65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,43 +66,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>
- <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>