diff options
-rw-r--r-- | env/pom.xml | 6 | ||||
-rw-r--r-- | log4j/pom.xml | 6 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | rosetta/pom.xml | 6 | ||||
-rw-r--r-- | xgen/pom.xml | 6 |
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>
@@ -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>
|