summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-07-25 10:26:17 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2017-07-25 10:26:29 -0400
commit7e3124a20151cf83616a0747c54206bfd34811a3 (patch)
tree77876d7b5cea2779c7fc0eefcd276b82b36f120c
parentb04bc83edd05933c5740ca295852e30ef6c479e8 (diff)
[AAI-57] Changes to pom file for publishing to nexus
Change-Id: I63354e74ad2ac79aa1a2b72ff11321b7cc039aae Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-rw-r--r--auth/pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index 2e3248c7..b02678ee 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -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>