diff options
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r-- | aai-auth/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index b6251fbb..b8769ddd 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -11,8 +11,7 @@ <version>1.2.0-SNAPSHOT</version> <properties> - <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> - <checkstyle.config.location>google_checks.xml</checkstyle.config.location> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> @@ -67,20 +66,4 @@ </plugins> </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> - <reportSets> - <reportSet> - <reports> - <report>checkstyle</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> </project> |