Author: wsmoak Date: Mon Jul 3 20:50:06 2006 New Revision: 418909 URL: http://svn.apache.org/viewvc?rev=418909&view=rev Log: Configure Checkstyle with a URL instead of using the struts-build.jar extension. STR-2853
Modified: struts/struts1/trunk/pom.xml Modified: struts/struts1/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=418909&r1=418908&r2=418909&view=diff ============================================================================== --- struts/struts1/trunk/pom.xml (original) +++ struts/struts1/trunk/pom.xml Mon Jul 3 20:50:06 2006 @@ -132,14 +132,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> @@ -159,7 +151,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/src/main/resources/org/apache/struts/build/struts_checks.xml</configLocation> </configuration> </plugin> <plugin>