Updated Branches: refs/heads/master 72dc972f7 -> d74c9275d
maven clirr plugin enabled for non-experimental modules Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d74c9275 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d74c9275 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d74c9275 Branch: refs/heads/master Commit: d74c9275db20bb05518d097596043e2ac704202b Parents: 72dc972 Author: Martijn Dashorst <[email protected]> Authored: Tue Sep 25 14:15:48 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Tue Sep 25 14:15:48 2012 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- wicket-experimental/pom.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/d74c9275/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e55f5f3..9d5a79d 100644 --- a/pom.xml +++ b/pom.xml @@ -517,7 +517,7 @@ <failOnError>false</failOnError> <logResults>true</logResults> <!-- disabled until we start the release candidates --> - <skip>true</skip> + <skip>false</skip> </configuration> </plugin> <plugin> @@ -570,6 +570,7 @@ <version>2.3.2</version> <inherited>true</inherited> <configuration> + <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> <tagNameFormat>wicket-@{project.version}</tagNameFormat> </configuration> http://git-wip-us.apache.org/repos/asf/wicket/blob/d74c9275/wicket-experimental/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml index f32c0fe..9d9e9e5 100644 --- a/wicket-experimental/pom.xml +++ b/wicket-experimental/pom.xml @@ -58,4 +58,17 @@ </dependency> </dependencies> </dependencyManagement> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>clirr-maven-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> </project>
