Updated Branches:
  refs/heads/master d74c9275d -> d14d51fc0

Revert "maven clirr plugin enabled for non-experimental modules"

Too much changes in this commit...

This reverts commit d74c9275db20bb05518d097596043e2ac704202b.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d14d51fc
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d14d51fc
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d14d51fc

Branch: refs/heads/master
Commit: d14d51fc0fd63b3704c261dcffce875d0f361ad9
Parents: d74c927
Author: Martijn Dashorst <[email protected]>
Authored: Tue Sep 25 14:16:44 2012 +0200
Committer: Martijn Dashorst <[email protected]>
Committed: Tue Sep 25 14:16:44 2012 +0200

----------------------------------------------------------------------
 pom.xml                     |    3 +--
 wicket-experimental/pom.xml |   13 -------------
 2 files changed, 1 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d14d51fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d5a79d..e55f5f3 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>false</skip>
+                                       <skip>true</skip>
                                </configuration>
                        </plugin>
                        <plugin>
@@ -570,7 +570,6 @@
                                        <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/d14d51fc/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index 9d9e9e5..f32c0fe 100644
--- a/wicket-experimental/pom.xml
+++ b/wicket-experimental/pom.xml
@@ -58,17 +58,4 @@
                        </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>

Reply via email to