You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/07/04 05:24:29 UTC

svn commit: r418905 - in /struts/shale/trunk: maven/build/ maven/build/shale-checks.xml pom.xml

Author: wsmoak
Date: Mon Jul  3 20:24:28 2006
New Revision: 418905

URL: http://svn.apache.org/viewvc?rev=418905&view=rev
Log:
Copy the Struts Checkstyle config file as shale_checks.xml, and re-configure the plugin.
SHALE-207

Added:
    struts/shale/trunk/maven/build/
    struts/shale/trunk/maven/build/shale-checks.xml
      - copied unchanged from r418904, struts/maven/trunk/build/src/main/resources/org/apache/struts/build/struts_checks.xml
Modified:
    struts/shale/trunk/pom.xml

Modified: struts/shale/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/shale/trunk/pom.xml?rev=418905&r1=418904&r2=418905&view=diff
==============================================================================
--- struts/shale/trunk/pom.xml (original)
+++ struts/shale/trunk/pom.xml Mon Jul  3 20:24:28 2006
@@ -204,14 +204,6 @@
             </plugins>
         </pluginManagement>
 
-        <extensions>
-            <extension>
-                <groupId>org.apache.struts</groupId>
-                <artifactId>struts-build</artifactId>
-                <version>1.0.1</version>
-            </extension>
-        </extensions>
-
         <defaultGoal>install</defaultGoal>
 
     </build>
@@ -241,7 +233,7 @@
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    <configLocation>org/apache/struts/build/struts_checks.xml</configLocation>
+                    <configLocation>http://svn.apache.org/repos/asf/struts/shale/trunk/maven/build/shale_checks.xml</configLocation>
                 </configuration>
             </plugin>
             <plugin>