diff options
Diffstat (limited to 'vnfs/vLB/dns_streams')
-rw-r--r-- | vnfs/vLB/dns_streams/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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> |