diff options
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store Binary files differnew file mode 100644 index 00000000..5d56db6b --- /dev/null +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index cb3903a9..352d4476 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -226,21 +226,6 @@ done </execution> </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> - </plugin> - </plugins> </pluginManagement> </build> |