Author: wsmoak
Date: Wed Jul 5 20:36:26 2006
New Revision: 419425
URL: http://svn.apache.org/viewvc?rev=419425&view=rev
Log:
Change the location of the Checkstyle config file.
SITE-7
Modified:
struts/struts1/trunk/pom.xml
Modified: struts/struts1/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=419425&r1=419424&r2=419425&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Wed Jul 5 20:36:26 2006
@@ -147,7 +147,7 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
-
<configLocation>http://svn.apache.org/repos/asf/struts/maven/trunk/build/src/main/resources/org/apache/struts/build/struts_checks.xml</configLocation>
+
<configLocation>http://svn.apache.org/repos/asf/struts/maven/trunk/build/struts_checks.xml</configLocation>
</configuration>
</plugin>
<plugin>