[ http://jira.codehaus.org/browse/MNG-1630?page=all ]
Edwin Punzalan updated MNG-1630:
--------------------------------
Attachment: MNG-1630-maven-artifact.patch
Please see attached patch...
> Optional tag in dependencyManagement is not inherited in the children projects
> ------------------------------------------------------------------------------
>
> Key: MNG-1630
> URL: http://jira.codehaus.org/browse/MNG-1630
> Project: Maven 2
> Type: Bug
> Components: Plugins and Lifecycle
> Versions: 2.0
> Reporter: Carlos Sanchez
> Assignee: Edwin Punzalan
> Fix For: 2.0.1
> Attachments: MNG-1630-maven-artifact.patch, it1020.patch
>
>
> If I put this in the parent pom, all the subprojects should inherit the
> optional tag (and be able to override it)
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>cglib</groupId>
> <artifactId>cglib</artifactId>
> <version>2.1_2</version>
> <optional>true</optional>
> </dependency>
> </dependencies>
> </dependencyManagement>
> it test attached
--
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]