diff options
author | platania <platania@research.att.com> | 2017-02-17 17:37:35 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 17:37:35 -0500 |
commit | 73978e19892da8522ede5c92986f3bf1c6a9ff5a (patch) | |
tree | e95967c142e33e49d239ea71e30f2857e4838543 /vnfs/vLB/dns_streams/pom.xml | |
parent | 53c4cc26e8ccb23085e97c2b66e3c88abf3dcf82 (diff) |
Update POM files
Change-Id: I0cccdeefc5397a3f3fee95380b113f12446343f2
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLB/dns_streams/pom.xml')
-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> |