diff options
Diffstat (limited to 'misc/env/pom.xml')
-rw-r--r-- | misc/env/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index ddc76cbb..2859f4ba 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -168,6 +168,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> |