Update groupId in vLBMS POM files 81/33481/1
authorMarco Platania <platania@research.att.com>
Wed, 28 Feb 2018 23:04:26 +0000 (18:04 -0500)
committerMarco Platania <platania@research.att.com>
Wed, 28 Feb 2018 23:04:26 +0000 (18:04 -0500)
Change-Id: I824a776b6611e9a0694221ce59c1c46d1d5e426d
Issue-ID: INT-432
Signed-off-by: Marco Platania <platania@research.att.com>
vnfs/vLBMS/apis/pom.xml
vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-api/pom.xml
vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml
vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml

index 5ce6ed0..40ed33d 100755 (executable)
@@ -21,7 +21,7 @@
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.onap.vnf.vlb</groupId>
+  <groupId>org.onap.demo.vnf.vlb</groupId>
   <artifactId>vlb-business-vnf-onap-plugin-aggregator</artifactId>
   <version>1.2.0-SNAPSHOT</version>
   <name>vlb-business-vnf-onap-plugin-aggregator</name>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
index 8f886b6..92de091 100644 (file)
@@ -21,7 +21,7 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.onap.vnf.vlb</groupId>
+  <groupId>org.onap.demo.vnf.vlb</groupId>
   <artifactId>vlb-business-vnf-onap-plugin-api</artifactId>
   <name>vlb-business-vnf-onap-plugin-api</name>
   <packaging>bundle</packaging>
index e8bc9bd..c047625 100644 (file)
@@ -20,7 +20,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.onap.vnf.vlb</groupId>
+    <groupId>org.onap.demo.vnf.vlb</groupId>
     <artifactId>vlb-business-vnf-onap-plugin-impl</artifactId>
     <name>vlb-business-vnf-onap-plugin-impl</name>
     <packaging>bundle</packaging>
index 8f5d1b8..2d42c86 100644 (file)
@@ -8,7 +8,7 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.onap.vnf.vlb</groupId>
+  <groupId>org.onap.demo.vnf.vlb</groupId>
   <artifactId>vlb-vnf-onap-distribution</artifactId>
   <version>1.2.0-SNAPSHOT</version>
 
@@ -26,7 +26,7 @@
        or modules configuration file.
      -->
     <distribution.modules>
-      org.onap.vnf.vlb.Module
+      org.onap.demo.vnf.vlb.Module
     </distribution.modules>
   </properties>
 
   <dependencies>
     <!-- Dependency on sample plugin -->
     <dependency>
-      <groupId>org.onap.vnf.vlb</groupId>
+      <groupId>org.onap.demo.vnf.vlb</groupId>
       <artifactId>vlb-business-vnf-onap-plugin-impl</artifactId>
       <version>${interfaces.mapping.version}</version>
     </dependency>