diff options
Diffstat (limited to 'vnfs/vLB/DNSClient')
-rw-r--r-- | vnfs/vLB/DNSClient/pom.xml | 16 |
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> |