aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-26 12:10:37 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-07-26 12:10:37 +0300
commitb4e10916730183985179c4aa81a94d459ac3369b (patch)
treeea6465ee970ac58d35840f0f9a61707c2f8ee3be /pom.xml
parentba978ad1cbaedef616e5883717da7494b634a2ff (diff)
Changed names to work around CI/CD limitations
Change-Id: I913cbe1207ad389467928714ac874f6ca105ae8a Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index ac24707f..1df44b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.sdc.workflow_designer</groupId>
+
+ <!--
+ The groupId violates Maven naming conventions
+ (https://maven.apache.org/guides/mini/guide-naming-conventions.html)
+ because of a limitation of ONAP CI/CD infrastructure.
+ -->
+ <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
<artifactId>workflow-designer-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -89,7 +95,7 @@
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
- <serverId>onap-staging</serverId>
+ <serverId>ecomp-staging</serverId>
<nexusUrl>${nexus.proxy}</nexusUrl>
<stagingProfileId>${staging.profile.id}</stagingProfileId>
</configuration>
@@ -99,34 +105,34 @@
<repositories>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/releases/</url>
</repository>
<repository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshots Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</repository>
<repository>
- <id>onap-public</id>
+ <id>ecomp-public</id>
<name>Public Repository</name>
<url>${nexus.proxy}/content/repositories/public/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
<name>Release Repository</name>
<url>${nexus.proxy}/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<name>Snapshot Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</snapshotRepository>
<site>
- <id>onap-site</id>
+ <id>ecomp-site</id>
<url>dav:${nexus.proxy}${sitePath}</url>
</site>
</distributionManagement>