Author: wsmoak
Date: Sat Nov 19 21:15:02 2005
New Revision: 345720

URL: http://svn.apache.org/viewcvs?rev=345720&view=rev
Log:
Make sure we're using the latest version of the XDoc plugin, and turn on the 
FindBugs report.

Modified:
    struts/shale/trunk/build/project.properties
    struts/shale/trunk/build/project.xml

Modified: struts/shale/trunk/build/project.properties
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.properties?rev=345720&r1=345719&r2=345720&view=diff
==============================================================================
--- struts/shale/trunk/build/project.properties (original)
+++ struts/shale/trunk/build/project.properties Sat Nov 19 21:15:02 2005
@@ -6,7 +6,7 @@
 maven.repo.central.directory=/www/svn.apache.org/repository/ # nightly builds
 maven.repo.central.directory=/www/www.apache.org/dist/java-repository
 
-maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/,http://dist.codehaus.org/,http://www.bluesunrise.com/maven/
 
+maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository/,http://dist.codehaus.org/,http://maven-plugins.sourceforge.net/repository/,http://www.bluesunrise.com/maven/
 
 
 maven.multiproject.basedir  = .
 maven.multiproject.includes = */project.xml

Modified: struts/shale/trunk/build/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=345720&r1=345719&r2=345720&view=diff
==============================================================================
--- struts/shale/trunk/build/project.xml (original)
+++ struts/shale/trunk/build/project.xml Sat Nov 19 21:15:02 2005
@@ -141,7 +141,7 @@
     <report>maven-simian-plugin</report>
     <report>maven-tasklist-plugin</report>
     <report>maven-jcoverage-plugin</report>
-    <!--report>maven-findbugs-plugin</report-->
+    <report>maven-findbugs-plugin</report>
   </reports>
 
   
@@ -228,6 +228,22 @@
       <url>http://www.junit.org/</url> 
     </dependency>
     
+    <dependency>
+      <groupId>maven-plugins</groupId>
+      <artifactId>maven-findbugs-plugin</artifactId>
+      <version>1.0</version>
+      <type>plugin</type>
+      <url>http://maven-plugins.sourceforge.net</url>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-xdoc-plugin</artifactId>
+      <version>1.9.2</version>
+      <type>plugin</type>
+      <url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
+    </dependency>
+
   </dependencies>
   
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to