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>
             -->


Reply via email to