diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-13 14:18:56 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-13 16:27:36 +0300 |
commit | ce25750a8fd3642cf1ed7d0dac708517d5bfd226 (patch) | |
tree | 7f54032cc6285612fd03ed76deac619b1181d1ea /themes | |
parent | 229792f64251dd7ca9510e52743128228958bb85 (diff) | |
download | vaadin-framework-ce25750a8fd3642cf1ed7d0dac708517d5bfd226.tar.gz vaadin-framework-ce25750a8fd3642cf1ed7d0dac708517d5bfd226.zip |
Unify exec-maven-plugin to 1.6.0
Diffstat (limited to 'themes')
-rw-r--r-- | themes/pom.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/themes/pom.xml b/themes/pom.xml index 9abca50b7b..de6d7e85c1 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -176,43 +176,6 @@ </configuration> </plugin> </plugins> - - <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse - m2e settings only. It has no influence on the Maven build itself. --> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.codehaus.mojo - </groupId> - <artifactId> - exec-maven-plugin - </artifactId> - <versionRange> - [1.4.0,) - </versionRange> - <goals> - <goal>exec</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project> |