aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLisa Revel <lr0306@att.com>2017-02-20 19:15:19 +0000
committerLisa Revel <lr0306@att.com>2017-02-20 19:59:27 +0000
commite37de6e66c5cc554384a1f27f68f4d27962fe15d (patch)
treed39b5eba26f98a54cc9bae303ff9959909931e5f /pom.xml
parentaa823a95745de3c42f306609a044e8c9ff459c98 (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.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index ea7ef34..22f9cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>