[jboss-cvs] JBossAS SVN: r94370 - projects/microcontainer/branches/Branch_2_0/dependency.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 5 10:03:16 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-10-05 10:03:15 -0400 (Mon, 05 Oct 2009)
New Revision: 94370

Modified:
   projects/microcontainer/branches/Branch_2_0/dependency/pom.xml
Log:
plugin should be in pareny pom

Modified: projects/microcontainer/branches/Branch_2_0/dependency/pom.xml
===================================================================
--- projects/microcontainer/branches/Branch_2_0/dependency/pom.xml	2009-10-05 13:56:11 UTC (rev 94369)
+++ projects/microcontainer/branches/Branch_2_0/dependency/pom.xml	2009-10-05 14:03:15 UTC (rev 94370)
@@ -38,16 +38,6 @@
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
        </configuration>
       </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.0.1</version>
-          <configuration>
-            <!-- No way to get resource directory using properties http://jira.codehaus.org/browse/MNG-3638 -->
-            <excludeFilterFile>${project.build.sourceDirectory}/../resources/findbugs/exclude.xml</excludeFilterFile>
-            <debug>true</debug>
-          </configuration>
-        </plugin>
     </plugins>
   </build>
   




More information about the jboss-cvs-commits mailing list