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 2012/10/15 13:52:01 UTC

[2/2] git commit: Move the config of clirr plugin in

Move the config of clirr plugin in <pluginManagement>


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

Branch: refs/heads/master
Commit: 8e5e292a57699ac14176b9303ed45fda440d75d8
Parents: 71d4465
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Oct 15 13:51:13 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Oct 15 13:51:13 2012 +0200

----------------------------------------------------------------------
 pom.xml |   34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/8e5e292a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1afa643..0f21a7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,21 +512,6 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>clirr-maven-plugin</artifactId>
-				<version>2.5</version>
-				<configuration>
-					<comparisonVersion>6.0.0</comparisonVersion>
-					<failOnError>true</failOnError>
-					<logResults>true</logResults>
-				</configuration>
-				<executions>
-					<execution>
-						<id>clirr-check</id>
-						<phase>compile</phase>
-						<goals>
-							<goal>check</goal>
-						</goals>
-					</execution>
-				</executions>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
@@ -791,6 +776,25 @@
 						</execution>
 					</executions>
 				</plugin>
+				<plugin>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>clirr-maven-plugin</artifactId>
+					<version>2.5</version>
+					<configuration>
+						<comparisonVersion>6.0.0</comparisonVersion>
+						<failOnError>true</failOnError>
+						<logResults>true</logResults>
+					</configuration>
+					<executions>
+						<execution>
+							<id>clirr-check</id>
+							<phase>compile</phase>
+							<goals>
+								<goal>check</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
 			</plugins>
 		</pluginManagement>
 	</build>