diff options
Diffstat (limited to 'vnfs/vLB')
-rw-r--r-- | vnfs/vLB/.DS_Store | bin | 10244 -> 10244 bytes | |||
-rw-r--r-- | vnfs/vLB/DNSClient/pom.xml | 16 | ||||
-rw-r--r-- | vnfs/vLB/DNSManager/pom.xml | 16 | ||||
-rw-r--r-- | vnfs/vLB/dns_streams/pom.xml | 12 |
4 files changed, 42 insertions, 2 deletions
diff --git a/vnfs/vLB/.DS_Store b/vnfs/vLB/.DS_Store Binary files differindex 9a784d0f..6f9c5d55 100644 --- a/vnfs/vLB/.DS_Store +++ b/vnfs/vLB/.DS_Store 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> diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index d77468cc..17f3b143 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/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-manager</artifactId> <name>DNS Manager</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> diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index 8fd807cf..86a18781 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -50,6 +50,18 @@ </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> |