aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLBMS/apis/pom.xml')
-rwxr-xr-xvnfs/vLBMS/apis/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/vnfs/vLBMS/apis/pom.xml b/vnfs/vLBMS/apis/pom.xml
index 5ce6ed0f..40ed33d1 100755
--- a/vnfs/vLBMS/apis/pom.xml
+++ b/vnfs/vLBMS/apis/pom.xml
@@ -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>
@@ -38,6 +38,18 @@
<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>
<configuration>