diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-05 14:12:27 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-05 15:36:25 -0500 |
commit | edb043b451b5026371e9ef3c7876c09fc49b7419 (patch) | |
tree | 3bbda6e01735898b6aba99df070e65ce57c42589 /aai-auth/pom.xml | |
parent | 6cf54ec1fd09b10815efb4f8c5defcb8fffa34ec (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-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> |