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/06 05:39:10 UTC

svn commit: r419427 - /struts/struts2/trunk/pom.xml

Author: wsmoak
Date: Wed Jul  5 20:39:10 2006
New Revision: 419427

URL: http://svn.apache.org/viewvc?rev=419427&view=rev
Log:
Remove the struts-build <extension> and fix the location of the  Checkstyle config file.
SITE-7

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=419427&r1=419426&r2=419427&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jul  5 20:39:10 2006
@@ -175,14 +175,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>
@@ -206,7 +198,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/maven/trunk/build/struts_checks.xml</configLocation>
                 </configuration>
             </plugin>
             -->