Avoid multiple execution of deploy.sh
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index a1949a4..e089e71 100644 (file)
@@ -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>