diff options
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> |