That doesn't seem like the correct solution. Does using a released
version in the plugin help? Otherwise I'd say we need to investigate
building as separate projects.
- Brett
On 01/09/2009, at 1:24 AM, [email protected] wrote:
Revision
10519
Author
david
Date
2009-08-31 10:24:33 -0500 (Mon, 31 Aug 2009)
Log Message
disable findbugs plugin to avoid recursive dep
Modified Paths
trunk/mojo/taglist-maven-plugin/pom.xml
Diff
Modified: trunk/mojo/taglist-maven-plugin/pom.xml (10518 => 10519)
--- trunk/mojo/taglist-maven-plugin/pom.xml 2009-08-31 15:18:45 UTC
(rev 10518)
+++ trunk/mojo/taglist-maven-plugin/pom.xml 2009-08-31 15:24:33 UTC
(rev 10519)
@@ -206,6 +206,7 @@
</toAddresses>
</configuration>
</plugin>
+ <!-- avoid recursive dep in CI build
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
@@ -214,6 +215,7 @@
<threshold>Normal</threshold>
</configuration>
</plugin>
+ -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email