From: Daniel Silverthorn Date: Tue, 25 Jul 2017 15:32:41 +0000 (-0400) Subject: [AAI-57] Rename auth to aai-auth and add nexus staging plugin to pom.xml X-Git-Tag: v1.1.0~93 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a1c111931c105fa781bbb8c3815b2d51fdef3a7c;p=aai%2Faai-common.git [AAI-57] Rename auth to aai-auth and add nexus staging plugin to pom.xml Change-Id: I17603a5e3baea2d49e8bbfdf00071d8fe68b3dde Signed-off-by: Daniel Silverthorn --- diff --git a/auth/License.txt b/aai-auth/License.txt similarity index 100% rename from auth/License.txt rename to aai-auth/License.txt diff --git a/auth/pom.xml b/aai-auth/pom.xml similarity index 75% rename from auth/pom.xml rename to aai-auth/pom.xml index b02678ee..e4e2b22b 100644 --- a/auth/pom.xml +++ b/aai-auth/pom.xml @@ -6,9 +6,9 @@ aai-common 1.1.0-SNAPSHOT - auth - auth - 0.0.1-SNAPSHOT + aai-auth + aai-auth + 1.1.0-SNAPSHOT google_checks.xml @@ -100,8 +100,18 @@ - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + @@ -121,4 +131,37 @@ + + + AJSC + AJSC repository + https://mvnrepository.com/artifact/com.att.ajsc + + + restlet + maven reslet + https://maven.restlet.com/ + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + diff --git a/auth/src/main/java/org/openecomp/auth/Auth.java b/aai-auth/src/main/java/org/openecomp/auth/Auth.java similarity index 100% rename from auth/src/main/java/org/openecomp/auth/Auth.java rename to aai-auth/src/main/java/org/openecomp/auth/Auth.java diff --git a/auth/src/main/java/org/openecomp/auth/AuthCore.java b/aai-auth/src/main/java/org/openecomp/auth/AuthCore.java similarity index 100% rename from auth/src/main/java/org/openecomp/auth/AuthCore.java rename to aai-auth/src/main/java/org/openecomp/auth/AuthCore.java diff --git a/auth/src/main/java/org/openecomp/util/AuthConstants.java b/aai-auth/src/main/java/org/openecomp/util/AuthConstants.java similarity index 100% rename from auth/src/main/java/org/openecomp/util/AuthConstants.java rename to aai-auth/src/main/java/org/openecomp/util/AuthConstants.java diff --git a/pom.xml b/pom.xml index 8f74dbd7..81ec3d46 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ aai-schema aai-annotations aai-core - auth + aai-auth