diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 18:05:26 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 18:05:32 +0000 |
commit | 6d8487a5cb4dd0970c9a0f8ba001c74356e13d9c (patch) | |
tree | 75f5d3f3e38b1c5578879240b2ac6cdfd7d36c0c /misc/xgen | |
parent | 6034c49491fcd58013f73f0bd0afcd6f85eb3404 (diff) |
Modify deploy plugin for authz
Issue-ID: AAF-197
Change-Id: Ic42b462ee01cae61280208f523137c4f21f05bf2
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc/xgen')
-rw-r--r-- | misc/xgen/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index f34e60a3..4a23a993 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -167,6 +167,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> |