diff options
author | platania <platania@research.att.com> | 2017-03-06 14:05:35 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-06 14:05:35 -0500 |
commit | 58b0a5b6a132607b363b17653d0f1c34c09e4eed (patch) | |
tree | ce2eebb7feb74e5f57aa1dd8e2cf1a25b8c9e086 /vnfs/vLB/dns_streams/pom.xml | |
parent | 3545cac06eb135e1a924efdc9f5f8dae10e1be67 (diff) |
Avoid multiple execution of deploy.sh
Change-Id: I16bef3fd005968f0d06aaf852329ba751002dd2e
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index f63fdc88..728370d9 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -43,6 +43,19 @@ </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <executions> + <execution> + <phase>none</phase> + </execution> + </executions> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> |