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>
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>