summaryrefslogtreecommitdiffstats
path: root/misc/log4j/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/log4j/pom.xml')
-rw-r--r--misc/log4j/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml
index 1f0cffa0..6ceae31e 100644
--- a/misc/log4j/pom.xml
+++ b/misc/log4j/pom.xml
@@ -109,7 +109,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<configuration>
- <skip>false</skip>
+ <skip>true</skip>
</configuration>
</plugin>
<plugin>
@@ -184,6 +184,11 @@
<name>AAF Release Repository</name>
<url>${nexusproxy}${releaseNexusPath}</url>
</repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>AAF Snapshot Repository</name>
+ <url>${nexusproxy}${snapshotNexusPath}</url>
+ </snapshotRepository>
<site>
<id>ecomp-site</id>
<url>dav:${nexusproxy}${sitePath}</url>