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/honeycomb_plugin/sample_plugin/parent-pom/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/honeycomb_plugin/sample_plugin/parent-pom/pom.xml')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index a1949a46..e089e713 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -226,6 +226,20 @@ done </execution> </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> + </plugins> </pluginManagement> </build> |