Change-Id: Ie1f40b43f8cfc5920900495f7e3902453aa16454
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
</dependencies>
<distributionManagement>
- <site>
- <id>ecomp-site</id>
- <url>dav:${nexusproxy}${sitePath}</url>
- </site>
+ <!-- Publish jars to the Nexus Repository - public group -->
+ <!-- The id below must match your .m2/settings.xml/servers/server/id -->
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP - Release Repository</name>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP - Snapshot Repository</name>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
+ </snapshotRepository>
</distributionManagement>
<pluginRepositories>