You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/11/18 13:11:50 UTC

svn commit: r1203619 - /wicket/trunk/pom.xml

Author: mgrigorov
Date: Fri Nov 18 12:11:50 2011
New Revision: 1203619

URL: http://svn.apache.org/viewvc?rev=1203619&view=rev
Log:
Disabled maven-clirr-plugin until we need it.


Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1203619&r1=1203618&r2=1203619&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Nov 18 12:11:50 2011
@@ -554,6 +554,8 @@
 					<comparisonVersion>1.5.2</comparisonVersion>
 					<failOnError>false</failOnError>
 					<logResults>true</logResults>
+					<!-- disabled until we start the release candidates -->
+					<skip>true</skip>
 				</configuration>
 			</plugin>
 			<plugin>