Rename some packages from openecomp to onap 93/25593/2
authorsblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 19:12:27 +0000 (14:12 -0500)
committersblimkie <steven.blimkie@amdocs.com>
Tue, 5 Dec 2017 20:36:25 +0000 (15:36 -0500)
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>
aai-auth/pom.xml
aai-auth/src/main/java/org/onap/aaiauth/auth/Auth.java [moved from aai-auth/src/main/java/org/openecomp/auth/Auth.java with 98% similarity]
aai-auth/src/main/java/org/onap/aaiauth/auth/AuthCore.java [moved from aai-auth/src/main/java/org/openecomp/auth/AuthCore.java with 99% similarity]
aai-auth/src/main/java/org/onap/aaiauth/util/AuthConstants.java [moved from aai-auth/src/main/java/org/openecomp/util/AuthConstants.java with 98% similarity]
aai-utils/pom.xml

index b6251fb..b8769dd 100644 (file)
@@ -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>
 
 
         </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>
@@ -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;
 
@@ -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 {
@@ -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 {
 
index 74a3995..38ac28c 100644 (file)
@@ -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>
 
         </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