Details
Description
When I specify jaxen as a dependency I gain maven-cobertura-plugin and maven-findbugs-plugin as transitive dependencies and had to manually exclude them. I'm betting these should have been defined as "<scope>test</scope>".
When I specify jaxen as a dependency I gain maven-cobertura-plugin and maven-findbugs-plugin as transitive dependencies and had to manually exclude them. I'm betting these should have been defined as "<scope>test</scope>".
This doesn't seem to be an option in maven 1.1:
~/Projects/workspace/jaxen$ /opt/java/maven-1.1/bin/maven dist
__ __
-------------------------------------------------------------------------------
>> Error parsing project.xml '/Volumes/Macintosh HD/Users/elharo/Projects/workspace/jaxen/project.xml'
>> ParseError at [row,col]:[306,14]
Message: Unrecognised tag: 'scope'
-------------------------------------------------------------------------------
BUILD FAILED
-------------------------------------------------------------------------------
Total time : 0 seconds
Finished at : Saturday, May 5, 2012 1:52:35 PM EDT
Final Memory : 1M/81M
--------------------------