diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 10:31:18 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-13 10:31:18 -0400 |
commit | 5cf8aa829f45f8fdc0b20eb38505689bf7a850ff (patch) | |
tree | fe6c7e7a356a2502af032c15e4f5f0e935a5b2d6 /SdncReports | |
parent | b88285b4c955fe5ddc2736b8ab9dcd300817cb50 (diff) |
Add distributionManagement section
Add distributionManagement section to pom.xmls using parents that are
outside ONAP.
Change-Id: I7232a29068dd426a0f9afacfe19aea6bdd6f9ec1
Issue-ID: SDNC-445
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 9193c5a2cba400a9a29050b1fedb2f3d8607f585
Diffstat (limited to 'SdncReports')
-rw-r--r-- | SdncReports/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index 65d209d7..a811d1b3 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -13,6 +13,16 @@ <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.4.RELEASE</version> </parent> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <url>http://nexus.onap.org/content/repositories/releases</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <url>http://nexus.onap.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> <modules> <module>SdncReportsDao</module> @@ -62,4 +72,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |