Modify deploy plugin for authz
Issue-ID: AAF-197
Change-Id: Ic42b462ee01cae61280208f523137c4f21f05bf2
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml
index 57e8c90..3226613 100644
--- a/misc/rosetta/pom.xml
+++ b/misc/rosetta/pom.xml
@@ -183,6 +183,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>