Author: apetrelli
Date: Wed Apr 11 03:37:12 2007
New Revision: 527453
URL: http://svn.apache.org/viewvc?view=rev&rev=527453
Log:
Pointing to Tiles specifid Checkstyle configuration
Modified:
tiles/framework/trunk/pom.xml
Modified: tiles/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=527453&r1=527452&r2=527453
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Wed Apr 11 03:37:12 2007
@@ -145,8 +145,7 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
- <!-- TODO: add a checkstyle config file for tiles -->
-
<configLocation>http://svn.apache.org/repos/asf/struts/maven/trunk/build/struts_checks.xml
+
<configLocation>http://svn.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks.xml
</configLocation>
</configuration>
</plugin>