Cargo should list ant as optional
---------------------------------
Key: MEV-219
URL: http://jira.codehaus.org/browse/MEV-219
Project: Maven Evangelism
Type: Improvement
Components: Invalid POM
Reporter: Matt Raible
It seems reasonable that Cargo should list Ant as an optional dependency
(unless it isn't of course), I can exclude it and everything continues to work
fine for me. Of course, I'm also running my targets from Ant. ;-)
<dependency>
<artifactId>cargo</artifactId>
<groupId>cargo</groupId>
<version>0.6</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>ant</artifactId>
<groupId>ant</groupId>
</exclusion>
</exclusions>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]