Author: rgardler
Date: Sun Feb 17 00:59:06 2013
New Revision: 1446986

URL: http://svn.apache.org/r1446986
Log:
exclude a couple of old maven-1 plugins that some dependency is pulling in 
(they are no longer available in any of the repos and thus the build breaks on 
a clean machine)

Modified:
    wookie/trunk/ivy.xml

Modified: wookie/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/wookie/trunk/ivy.xml?rev=1446986&r1=1446985&r2=1446986&view=diff
==============================================================================
--- wookie/trunk/ivy.xml (original)
+++ wookie/trunk/ivy.xml Sun Feb 17 00:59:06 2013
@@ -161,5 +161,7 @@
         <exclude module="jmxtools"/>
         <exclude module="xom"/>
         <exclude module="commons-jxpath"/>
+        <exclude module="maven-cobertura-plugin"/>
+        <exclude module="maven-findbugs-plugin"/>
     </dependencies>
 </ivy-module>


Reply via email to