diff options
Diffstat (limited to 'log4j')
-rw-r--r-- | log4j/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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>
|