diff options
Diffstat (limited to 'aai-utils')
-rw-r--r-- | aai-utils/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 74a39952..38ac28c8 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -14,7 +14,6 @@ <version>1.2.0-SNAPSHOT</version> <properties> - <checkstyle.config.location>google_checks.xml</checkstyle.config.location> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> @@ -107,21 +106,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>
\ No newline at end of file |