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>