summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--env/pom.xml6
-rw-r--r--log4j/pom.xml6
-rw-r--r--pom.xml8
-rw-r--r--rosetta/pom.xml6
-rw-r--r--xgen/pom.xml6
5 files changed, 26 insertions, 6 deletions
diff --git a/env/pom.xml b/env/pom.xml
index 7f9b32d..5f501a8 100644
--- a/env/pom.xml
+++ b/env/pom.xml
@@ -58,7 +58,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/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
<dependency>
@@ -109,6 +109,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>
diff --git a/log4j/pom.xml b/log4j/pom.xml
index acc11f0..0c07f0a 100644
--- a/log4j/pom.xml
+++ b/log4j/pom.xml
@@ -57,7 +57,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/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
<dependency>
@@ -124,6 +124,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>
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>
diff --git a/rosetta/pom.xml b/rosetta/pom.xml
index 72e5013..644c21b 100644
--- a/rosetta/pom.xml
+++ b/rosetta/pom.xml
@@ -57,7 +57,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/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
<dependency>
@@ -204,6 +204,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>
diff --git a/xgen/pom.xml b/xgen/pom.xml
index 6af1cd1..1ead38c 100644
--- a/xgen/pom.xml
+++ b/xgen/pom.xml
@@ -58,7 +58,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/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>
<dependencies>
@@ -113,6 +113,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>