summaryrefslogtreecommitdiffstats
path: root/vnfs/vLB/DNSClient/pom.xml
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-17 17:37:35 -0500
committerplatania <platania@research.att.com>2017-02-17 17:37:35 -0500
commit73978e19892da8522ede5c92986f3bf1c6a9ff5a (patch)
treee95967c142e33e49d239ea71e30f2857e4838543 /vnfs/vLB/DNSClient/pom.xml
parent53c4cc26e8ccb23085e97c2b66e3c88abf3dcf82 (diff)
Update POM files
Change-Id: I0cccdeefc5397a3f3fee95380b113f12446343f2 Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB/DNSClient/pom.xml')
-rw-r--r--vnfs/vLB/DNSClient/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml
index 42d987ce..3084f9c3 100644
--- a/vnfs/vLB/DNSClient/pom.xml
+++ b/vnfs/vLB/DNSClient/pom.xml
@@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.openecomp.demo.vnf.lb</groupId>
+ <groupId>org.openecomp.demo.vnf.vlb</groupId>
<artifactId>dns-client</artifactId>
<name>DNS Client</name>
<packaging>jar</packaging>
@@ -43,6 +43,20 @@
<skip>false</skip>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>