Repository: wicket Updated Branches: refs/heads/master bf118fbf6 -> b3f086260
Fixed nagging NPE in Eclipse while importing Wicket Eclipse gives a nasty NPE when importing wicket projects in M2E lifecycle mappings. Removing the submodule m2e lifecycle mapping definitions should work better, as the NPE is related to double definitions of the plugin. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b3f08626 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b3f08626 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b3f08626 Branch: refs/heads/master Commit: b3f0862602043ef8889a149dda77e20e010a4f22 Parents: bf118fb Author: Martijn Dashorst <[email protected]> Authored: Mon Sep 22 01:16:25 2014 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Sep 22 01:16:25 2014 +0200 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 34 ------------- pom.xml | 53 ++++++++++++++++++++ testing/wicket-common-tests/pom.xml | 30 ----------- wicket-auth-roles/pom.xml | 36 ------------- wicket-core/pom.xml | 49 ------------------ wicket-datetime/pom.xml | 34 ------------- wicket-devutils/pom.xml | 30 ----------- wicket-examples/pom.xml | 30 ----------- wicket-experimental/wicket-atmosphere/pom.xml | 53 -------------------- wicket-extensions/pom.xml | 53 -------------------- wicket-guice/pom.xml | 36 ------------- wicket-ioc/pom.xml | 36 ------------- wicket-jmx/pom.xml | 36 ------------- .../wicket-native-websocket-core/pom.xml | 37 -------------- .../wicket-native-websocket-jetty/pom.xml | 36 ------------- .../wicket-native-websocket-jetty9/pom.xml | 36 ------------- .../wicket-native-websocket-tomcat/pom.xml | 36 ------------- wicket-objectsizeof-agent/pom.xml | 30 ----------- wicket-request/pom.xml | 36 ------------- wicket-spring/pom.xml | 36 ------------- wicket-util/pom.xml | 36 ------------- wicket-velocity/pom.xml | 36 ------------- 22 files changed, 53 insertions(+), 776 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 6076c79..c0039cf 100644 --- a/archetypes/quickstart/pom.xml +++ b/archetypes/quickstart/pom.xml @@ -49,39 +49,5 @@ <artifactId>maven-archetype-plugin</artifactId> </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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7d0ed1c..765080a 100644 --- a/pom.xml +++ b/pom.xml @@ -912,6 +912,19 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> + <groupId>net.alchim31.maven</groupId> + <artifactId>yuicompressor-maven-plugin</artifactId> + <versionRange>[1.3.0,)</versionRange> + <goals> + <goal>compress</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <versionRange>[2.6.1,)</versionRange> @@ -923,6 +936,46 @@ <ignore/> </action> </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <versionRange>[2.3.7,)</versionRange> + <goals> + <goal>manifest</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <versionRange>[1.0.0,)</versionRange> + <goals> + <goal>enforce</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <versionRange>[1.0,)</versionRange> + <goals> + <goal>process</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore> + </ignore> + </action> + </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index b8207cd..60667c5 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -146,36 +146,6 @@ <skip>true</skip> </configuration> </plugin> - <!--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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> </plugins> </pluginManagement> </build> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-auth-roles/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/pom.xml b/wicket-auth-roles/pom.xml index 3e9d303..6038b03 100644 --- a/wicket-auth-roles/pom.xml +++ b/wicket-auth-roles/pom.xml @@ -36,40 +36,4 @@ <artifactId>wicket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml index d9e9eda..7d3d98c 100644 --- a/wicket-core/pom.xml +++ b/wicket-core/pom.xml @@ -89,55 +89,6 @@ </excludes> </configuration> </plugin> - <!--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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - net.alchim31.maven - </groupId> - <artifactId> - yuicompressor-maven-plugin - </artifactId> - <versionRange> - [1.3.0,) - </versionRange> - <goals> - <goal>compress</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> </plugins> </pluginManagement> </build> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-datetime/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-datetime/pom.xml b/wicket-datetime/pom.xml index 29e44a0..5856f3b 100644 --- a/wicket-datetime/pom.xml +++ b/wicket-datetime/pom.xml @@ -60,39 +60,5 @@ </executions> </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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-devutils/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-devutils/pom.xml b/wicket-devutils/pom.xml index bfe37bc..1bffb84 100644 --- a/wicket-devutils/pom.xml +++ b/wicket-devutils/pom.xml @@ -51,36 +51,6 @@ <skip>true</skip> </configuration> </plugin> - <!--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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> </plugins> </pluginManagement> </build> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index eee87bc..eb20aca 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -255,36 +255,6 @@ </archive> </configuration> </plugin> - <!--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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-experimental/wicket-atmosphere/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml index 6ca804c..a6ec90a 100644 --- a/wicket-experimental/wicket-atmosphere/pom.xml +++ b/wicket-experimental/wicket-atmosphere/pom.xml @@ -117,58 +117,5 @@ <artifactId>yuicompressor-maven-plugin</artifactId> </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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - net.alchim31.maven - </groupId> - <artifactId> - yuicompressor-maven-plugin - </artifactId> - <versionRange> - [1.3.0,) - </versionRange> - <goals> - <goal>compress</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-extensions/pom.xml b/wicket-extensions/pom.xml index f1e9553..f643a28 100644 --- a/wicket-extensions/pom.xml +++ b/wicket-extensions/pom.xml @@ -45,58 +45,5 @@ <artifactId>yuicompressor-maven-plugin</artifactId> </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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - net.alchim31.maven - </groupId> - <artifactId> - yuicompressor-maven-plugin - </artifactId> - <versionRange> - [1.3.0,) - </versionRange> - <goals> - <goal>compress</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-guice/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-guice/pom.xml b/wicket-guice/pom.xml index f09bc51..fd291eb 100644 --- a/wicket-guice/pom.xml +++ b/wicket-guice/pom.xml @@ -44,40 +44,4 @@ <artifactId>wicket-ioc</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-ioc/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-ioc/pom.xml b/wicket-ioc/pom.xml index 3ca1e5c..09714f7 100644 --- a/wicket-ioc/pom.xml +++ b/wicket-ioc/pom.xml @@ -53,40 +53,4 @@ <artifactId>mockito-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-jmx/pom.xml b/wicket-jmx/pom.xml index 1617c69..e89f502 100644 --- a/wicket-jmx/pom.xml +++ b/wicket-jmx/pom.xml @@ -37,40 +37,4 @@ <artifactId>wicket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-native-websocket/wicket-native-websocket-core/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-core/pom.xml b/wicket-native-websocket/wicket-native-websocket-core/pom.xml index a0d05c5..23213bd 100644 --- a/wicket-native-websocket/wicket-native-websocket-core/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-core/pom.xml @@ -42,41 +42,4 @@ </dependency> </dependencies> - - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml index 65ed028..7eed130 100644 --- a/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-jetty/pom.xml @@ -47,40 +47,4 @@ <artifactId>wicket-native-websocket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml index 8b1bbf1..79457e2 100644 --- a/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-jetty9/pom.xml @@ -47,40 +47,4 @@ <artifactId>wicket-native-websocket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml index 9f00357..dc42742 100644 --- a/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml +++ b/wicket-native-websocket/wicket-native-websocket-tomcat/pom.xml @@ -60,40 +60,4 @@ <artifactId>wicket-native-websocket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-objectsizeof-agent/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-objectsizeof-agent/pom.xml b/wicket-objectsizeof-agent/pom.xml index 758f968..82dc5d5 100644 --- a/wicket-objectsizeof-agent/pom.xml +++ b/wicket-objectsizeof-agent/pom.xml @@ -51,36 +51,6 @@ </archive> </configuration> </plugin> - <!--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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> </plugins> </pluginManagement> </build> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 77916e0..71ae250 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -33,40 +33,4 @@ <artifactId>wicket-util</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-spring/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-spring/pom.xml b/wicket-spring/pom.xml index ff8f3f7..bf2e497 100644 --- a/wicket-spring/pom.xml +++ b/wicket-spring/pom.xml @@ -43,40 +43,4 @@ <artifactId>wicket-ioc</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-util/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-util/pom.xml b/wicket-util/pom.xml index 2c60bd3..d8c4293 100755 --- a/wicket-util/pom.xml +++ b/wicket-util/pom.xml @@ -40,40 +40,4 @@ <artifactId>commons-io</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project> http://git-wip-us.apache.org/repos/asf/wicket/blob/b3f08626/wicket-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-velocity/pom.xml b/wicket-velocity/pom.xml index 52bc834..fd2dcd9 100644 --- a/wicket-velocity/pom.xml +++ b/wicket-velocity/pom.xml @@ -41,40 +41,4 @@ <artifactId>wicket-core</artifactId> </dependency> </dependencies> - <build> - <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> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.felix - </groupId> - <artifactId> - maven-bundle-plugin - </artifactId> - <versionRange> - [2.3.7,) - </versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> </project>
