Author: jbalunas(a)redhat.com
Date: 2010-05-12 18:24:11 -0400 (Wed, 12 May 2010)
New Revision: 17008
Modified:
root/build/parent/trunk/pom.xml
root/commons/trunk/parent/pom.xml
Log:
Updated checkstyle configuration to find the correct files.
Modified: root/build/parent/trunk/pom.xml
===================================================================
--- root/build/parent/trunk/pom.xml 2010-05-12 18:25:39 UTC (rev 17007)
+++ root/build/parent/trunk/pom.xml 2010-05-12 22:24:11 UTC (rev 17008)
@@ -128,6 +128,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
+ <executions>
+ <execution>
+ <id>richfaces-checkstyle-report</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<skip>${skipCheckstyle}</skip>
</configuration>
Modified: root/commons/trunk/parent/pom.xml
===================================================================
--- root/commons/trunk/parent/pom.xml 2010-05-12 18:25:39 UTC (rev 17007)
+++ root/commons/trunk/parent/pom.xml 2010-05-12 22:24:11 UTC (rev 17008)
@@ -85,21 +85,10 @@
<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>
+ <configuration>
+
<configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
+
<suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>
Show replies by date