Avoid multiple execution of deploy.sh
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index cb3903a..e089e71 100644 (file)
@@ -227,34 +227,21 @@ done
                     </executions>
                 </plugin>
 
-                <!-- Disable exec-maven-plugin -->
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <configuration>
-                        <skip>true</skip>
-                    </configuration>
                     <executions>
                         <execution>
                             <phase>none</phase>
                         </execution>
                     </executions>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
                 </plugin>
 
             </plugins>
         </pluginManagement>
     </build>
 
-<!--    <distributionManagement>
-        <repository>
-            <id>fdio-release</id>
-            <url>${nexusproxy}/repositories/fd.io.release/</url>
-        </repository>
-        <snapshotRepository>
-            <id>fdio-snapshot</id>
-            <url>${nexusproxy}/repositories/fd.io.snapshot/</url>
-        </snapshotRepository>
-    </distributionManagement>
--->
-
 </project>