Avoid multiple execution of deploy.sh
[demo.git] / vnfs / vLB / DNSClient / pom.xml
index 6c31f4c..78f2a4d 100644 (file)
         </configuration>
     </plugin>
 
-    <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>
       <version>2.8.1</version>
@@ -44,7 +57,7 @@
       <configuration>
         <skip>false</skip>
       </configuration>
-     </plugin>
+     </plugin-->
     </plugins>
   </build>