Author: wsmoak Date: Tue May 2 20:46:50 2006 New Revision: 399120 URL: http://svn.apache.org/viewcvs?rev=399120&view=rev Log: Add the struts-build jar as an <extension>. Set the <configLocation> to find the struts_checks.xml file on the classpath. Issue: STR-2853
Modified: struts/action/trunk/pom.xml Modified: struts/action/trunk/pom.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=399120&r1=399119&r2=399120&view=diff ============================================================================== --- struts/action/trunk/pom.xml (original) +++ struts/action/trunk/pom.xml Tue May 2 20:46:50 2006 @@ -105,6 +105,14 @@ </plugins> </pluginManagement> + <extensions> + <extension> + <groupId>org.apache.struts</groupId> + <artifactId>struts-build</artifactId> + <version>1.0.0-SNAPSHOT</version> + </extension> + </extensions> + <defaultGoal>install</defaultGoal> </build> @@ -126,9 +134,9 @@ </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <!--configuration> - <configLocation>build/struts_checks.xml</configLocation> - </configuration--> + <configuration> + <configLocation>org/apache/struts/build/struts_checks.xml</configLocation> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>