aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vFW
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-06 14:05:35 -0500
committerplatania <platania@research.att.com>2017-03-06 14:05:35 -0500
commit58b0a5b6a132607b363b17653d0f1c34c09e4eed (patch)
treece2eebb7feb74e5f57aa1dd8e2cf1a25b8c9e086 /vnfs/vFW
parent3545cac06eb135e1a924efdc9f5f8dae10e1be67 (diff)
Avoid multiple execution of deploy.sh
Change-Id: I16bef3fd005968f0d06aaf852329ba751002dd2e Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vFW')
-rw-r--r--vnfs/vFW/pg_streams/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml
index a3559516..6a8c097a 100644
--- a/vnfs/vFW/pg_streams/pom.xml
+++ b/vnfs/vFW/pg_streams/pom.xml
@@ -42,6 +42,20 @@
</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>
+
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>