diff options
author | da490c <dave.adams@amdocs.com> | 2018-03-22 15:33:01 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-03-22 15:34:19 -0400 |
commit | 12990e5465e0474db52275f5600aa703399c9d8b (patch) | |
tree | 983041d836c58efd190e6ecc2fd1e408f560c873 | |
parent | 6538f0f7fdf700709ae430426ee3501a96a8e723 (diff) |
Add deployment descriptor to app
Issue-ID: AAI-599
Change-Id: If12fd3829e5279b2eec231d7188d3b35e5ac08a7
Signed-off-by: da490c <dave.adams@amdocs.com>
-rw-r--r-- | sparkybe-onap-application/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index b8da6da..23455a6 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -539,6 +539,19 @@ </plugins> </build> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>ECOMP Release Repository</name> + <url>${nexusproxy}/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>ECOMP Snapshot Repository</name> + <url>${nexusproxy}/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> + </project> |