Changed names to work around CI/CD limitations 73/57673/1
authorvempo <vitaliy.emporopulo@amdocs.com>
Thu, 26 Jul 2018 09:10:37 +0000 (12:10 +0300)
committervempo <vitaliy.emporopulo@amdocs.com>
Thu, 26 Jul 2018 09:10:37 +0000 (12:10 +0300)
Change-Id: I913cbe1207ad389467928714ac874f6ca105ae8a
Issue-ID: SDC-1559
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
pom.xml
workflow-designer-be/pom.xml
workflow-designer-init/pom.xml
workflow-designer-ui/pom.xml

diff --git a/pom.xml b/pom.xml
index ac24707..1df44b2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         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>
 
     <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>
index ac77e5f..10f1ad2 100644 (file)
@@ -8,7 +8,7 @@
     <artifactId>workflow-designer-be</artifactId>
 
     <parent>
-        <groupId>org.onap.sdc.workflow_designer</groupId>
+        <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
         <version>1.3.0-SNAPSHOT</version>
     </parent>
index 7f926e8..f38abf9 100644 (file)
@@ -8,7 +8,7 @@
     <packaging>pom</packaging>
 
     <parent>
-        <groupId>org.onap.sdc.workflow_designer</groupId>
+        <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
         <version>1.3.0-SNAPSHOT</version>
     </parent>
index a841a5a..172f589 100644 (file)
          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>
-
     <artifactId>workflow-designer-ui</artifactId>
     <packaging>war</packaging>
 
     <parent>
-        <groupId>org.onap.sdc.workflow_designer</groupId>
+        <groupId>org.onap.sdc.sdc-workflow-designer</groupId>
         <artifactId>workflow-designer-parent</artifactId>
         <version>1.3.0-SNAPSHOT</version>
     </parent>
                             </includes>
                         </resource>
                         <resource>
-                            <directory>src/main/frontend/external-resources/ping/</directory>                            
+                            <directory>src/main/frontend/external-resources/ping/</directory>
                             <filtering>true</filtering>
                             <includes>
                                 <include>ping</include>