From edb043b451b5026371e9ef3c7876c09fc49b7419 Mon Sep 17 00:00:00 2001 From: sblimkie Date: Tue, 5 Dec 2017 14:12:27 -0500 Subject: [PATCH] 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 --- aai-auth/pom.xml | 19 +------------------ .../org/{openecomp => onap/aaiauth}/auth/Auth.java | 2 +- .../{openecomp => onap/aaiauth}/auth/AuthCore.java | 4 ++-- .../aaiauth}/util/AuthConstants.java | 2 +- aai-utils/pom.xml | 18 ------------------ 5 files changed, 5 insertions(+), 40 deletions(-) rename aai-auth/src/main/java/org/{openecomp => onap/aaiauth}/auth/Auth.java (98%) rename aai-auth/src/main/java/org/{openecomp => onap/aaiauth}/auth/AuthCore.java (99%) rename aai-auth/src/main/java/org/{openecomp => onap/aaiauth}/util/AuthConstants.java (98%) 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 @@ 1.2.0-SNAPSHOT - https://nexus.onap.org - google_checks.xml + https://nexus.onap.org @@ -67,20 +66,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - - checkstyle - - - - - - diff --git a/aai-auth/src/main/java/org/openecomp/auth/Auth.java b/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java similarity index 98% rename from aai-auth/src/main/java/org/openecomp/auth/Auth.java rename to aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java index cd6ef988..2a4a7531 100644 --- a/aai-auth/src/main/java/org/openecomp/auth/Auth.java +++ b/aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java @@ -22,7 +22,7 @@ * ECOMP and OpenECOMP are trademarks * and service marks of AT&T Intellectual Property. */ -package org.openecomp.auth; +package org.onap.aaiauth.auth; import org.apache.http.cookie.Cookie; diff --git a/aai-auth/src/main/java/org/openecomp/auth/AuthCore.java b/aai-auth/src/main/java/org/onap/aaiauth/auth/AuthCore.java similarity index 99% rename from aai-auth/src/main/java/org/openecomp/auth/AuthCore.java rename to aai-auth/src/main/java/org/onap/aaiauth/auth/AuthCore.java index f1712e78..a9d4ad54 100644 --- a/aai-auth/src/main/java/org/openecomp/auth/AuthCore.java +++ b/aai-auth/src/main/java/org/onap/aaiauth/auth/AuthCore.java @@ -22,7 +22,7 @@ * ECOMP and OpenECOMP are trademarks * and service marks of AT&T Intellectual Property. */ -package org.openecomp.auth; +package org.onap.aaiauth.auth; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; @@ -31,7 +31,7 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; -import org.openecomp.util.AuthConstants; +import org.onap.aaiauth.util.AuthConstants; public class AuthCore { diff --git a/aai-auth/src/main/java/org/openecomp/util/AuthConstants.java b/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java similarity index 98% rename from aai-auth/src/main/java/org/openecomp/util/AuthConstants.java rename to aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java index e202615b..9d8786c3 100644 --- a/aai-auth/src/main/java/org/openecomp/util/AuthConstants.java +++ b/aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java @@ -22,7 +22,7 @@ * ECOMP and OpenECOMP are trademarks * and service marks of AT&T Intellectual Property. */ -package org.openecomp.util; +package org.onap.aaiauth.util; public class AuthConstants { 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 @@ 1.2.0-SNAPSHOT - google_checks.xml https://nexus.onap.org @@ -107,21 +106,4 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - - checkstyle - - - - - - - \ No newline at end of file -- 2.16.6