Author: wsmoak
Date: Thu Apr 20 23:04:51 2006
New Revision: 395790
URL: http://svn.apache.org/viewcvs?rev=395790&view=rev
Log:
Added JXR plugin for source cross-reference.
Checkstyle config added, but commented out as it causes an error.
Modified:
struts/action/trunk/pom.xml
Modified: struts/action/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=395790&r1=395789&r2=395790&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Thu Apr 20 23:04:51 2006
@@ -121,6 +121,13 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <!--configuration>
+ <configLocation>build/struts_checks.xml</configLocation>
+ </configuration-->
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]