diff options
author | Lisa Revel <lr0306@att.com> | 2017-02-20 19:15:19 +0000 |
---|---|---|
committer | Lisa Revel <lr0306@att.com> | 2017-02-20 19:59:27 +0000 |
commit | e37de6e66c5cc554384a1f27f68f4d27962fe15d (patch) | |
tree | d39b5eba26f98a54cc9bae303ff9959909931e5f /pom.xml | |
parent | aa823a95745de3c42f306609a044e8c9ff459c98 (diff) |
Re-add source from correct branch
Change-Id: I515f8378ea1d2baf0aa2434ec46272f1b5bdb229
Signed-off-by: Lisa Revel <lr0306@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.dcae.analytics</groupId> + <groupId>org.openecomp.dcae.apod.analytics</groupId> <artifactId>dcae-analytics</artifactId> <version>1.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -51,14 +51,14 @@ <distributionManagement> <repository> - <id>ecomp-releases</id> - <name>OpenECOMP Release Repository</name> - <url>${openecomp.nexus.releases}</url> + <id>osecomp-nexus-releases</id> + <name>OSECOMP Release Repository</name> + <url>https://ecomp-nexus:8443/repository/maven-releases</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> - <name>OpenECOMP Snapshot Repository</name> - <url>${openecomp.nexus.snapshots}</url> + <id>osecomp-nexus-snapshots</id> + <name>OSECOMP Snapshot Repository</name> + <url>https://ecomp-nexus:8443/repository/maven-snapshots</url> </snapshotRepository> <site> <id>dcae-javadoc</id> @@ -148,9 +148,6 @@ </jacoco.ut.execution.data.file> <dependency.locations.enabled>false</dependency.locations.enabled> - <!--NEXUS SETTINGS --> - <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases> - <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots> </properties> @@ -863,7 +860,7 @@ <!-- BLACK DUCK LICENSE SCANNER --> - <!-- + <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> @@ -872,6 +869,7 @@ <configuration> <hubProjectName>${project.name}</hubProjectName> <outputDirectory>${project.basedir}</outputDirectory> + <hubIgnoreFailure>true</hubIgnoreFailure> </configuration> <executions> <execution> |