[richfaces-svn-commits] JBoss Rich Faces SVN: r18701 - trunk/core/parent.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 17 07:12:56 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-17 07:12:56 -0400 (Tue, 17 Aug 2010)
New Revision: 18701

Modified:
   trunk/core/parent/pom.xml
Log:
fix build checkstyle problem

Modified: trunk/core/parent/pom.xml
===================================================================
--- trunk/core/parent/pom.xml	2010-08-17 10:21:07 UTC (rev 18700)
+++ trunk/core/parent/pom.xml	2010-08-17 11:12:56 UTC (rev 18701)
@@ -77,6 +77,13 @@
             <!-- Trigger checkstyle checking for this module -->
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.richfaces</groupId>
+                        <artifactId>richfaces-build-checkstyle</artifactId>
+                        <version>1</version>
+                    </dependency>
+                </dependencies>
             </plugin>
         </plugins>
     </build>



More information about the richfaces-svn-commits mailing list