[AAI-57] Changes to pom file for publishing to nexus 11/6211/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Tue, 25 Jul 2017 14:26:17 +0000 (10:26 -0400)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Tue, 25 Jul 2017 14:26:29 +0000 (10:26 -0400)
Change-Id: I63354e74ad2ac79aa1a2b72ff11321b7cc039aae
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
auth/pom.xml

index 2e3248c..b02678e 100644 (file)
@@ -2,16 +2,18 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
         <modelVersion>4.0.0</modelVersion>
         <parent>
-      <groupId>org.onap.aai.aai-common</groupId>
-      <artifactId>aai-common</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
-    </parent>
-        <groupId>org.openecomp</groupId>
+          <groupId>org.onap.aai.aai-common</groupId>
+          <artifactId>aai-common</artifactId>
+          <version>1.1.0-SNAPSHOT</version>
+        </parent>
         <artifactId>auth</artifactId>
+        <name>auth</name>
         <version>0.0.1-SNAPSHOT</version>
 
         <properties>
           <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
+          <nexusproxy>https://nexus.onap.org</nexusproxy>
+          <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
         </properties>