summaryrefslogtreecommitdiffstats
path: root/aai-utils
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-12-05 14:12:27 -0500
committersblimkie <steven.blimkie@amdocs.com>2017-12-05 15:36:25 -0500
commitedb043b451b5026371e9ef3c7876c09fc49b7419 (patch)
tree3bbda6e01735898b6aba99df070e65ce57c42589 /aai-utils
parent6cf54ec1fd09b10815efb4f8c5defcb8fffa34ec (diff)
Rename some packages from openecomp to onap
Couple packages were missed last time we went though this excersise. I also remove the checkstyle plugin from the child pom files, as it gets inherited from the parent pom automatically. Issue-ID: AAI-10 Change-Id: I599346dfd83c01f8818b9c3a3efb126e2d34b2fe Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'aai-utils')
-rw-r--r--aai-utils/pom.xml18
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