[richfaces-svn-commits] JBoss Rich Faces SVN: r18502 - trunk/cdk/parent.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 9 07:31:12 EDT 2010


Author: nbelaevski
Date: 2010-08-09 07:31:12 -0400 (Mon, 09 Aug 2010)
New Revision: 18502

Modified:
   trunk/cdk/parent/pom.xml
Log:
Removed duplicate checkstyle configuration in CDK parent/pom.xml

Modified: trunk/cdk/parent/pom.xml
===================================================================
--- trunk/cdk/parent/pom.xml	2010-08-09 10:30:37 UTC (rev 18501)
+++ trunk/cdk/parent/pom.xml	2010-08-09 11:31:12 UTC (rev 18502)
@@ -116,7 +116,6 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-checkstyle-plugin</artifactId>
-					<version>2.3</version>
 					<dependencies>
 						<dependency>
 							<groupId>org.richfaces</groupId>
@@ -124,21 +123,6 @@
 							<version>${richfaces.checkstyle.version}</version>
 						</dependency>
 					</dependencies>
-					<executions>
-						<execution>
-							<id>richfaces-checkstyle-report</id>
-							<configuration>
-								<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
-								</configLocation>
-								<suppressionsLocation>checkstyle-suppressions.xml
-								</suppressionsLocation>
-							</configuration>
-							<phase>process-sources</phase>
-							<goals>
-								<goal>check</goal>
-							</goals>
-						</execution>
-					</executions>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.camel</groupId>
@@ -175,7 +159,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.5</version>
 				<configuration>
 					<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
 					</configLocation>



More information about the richfaces-svn-commits mailing list