summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-17 18:44:28 -0400
committersg481n <sg481n@att.com>2017-08-17 18:44:34 -0400
commit1a5c49361172e5ed0b6d3339191f0a064a765954 (patch)
tree4bffa391479847c59f0c9763a2f76340e5aa2150 /pom.xml
parentcbe48aed808f7fb27e149e7f6003d642e455241c (diff)
Update all pom files in aaf inno
add staging profile id in all pom files Issue-id: AAF-23 Change-Id: Icbe8e29735c0d5fa3cec37f13334ccf614c41688 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2d3ef55..a79a537 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.att.inno</groupId>
<artifactId>parent</artifactId>
- <name>Parent POM for JG Innovation</name>
+ <name>inno</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/att/AAF</url>
@@ -60,7 +60,7 @@
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
- <sitePath>/content/sites/site/org/onap/aaf/inno/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aaf/inno/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
@@ -146,6 +146,10 @@
<name>AAF Snapshot Repository</name>
<url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
</distributionManagement>
<pluginRepositories>
<pluginRepository>