[
https://issues.apache.org/jira/browse/MNG-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131864#comment-15131864
]
Hervé Boutemy edited comment on MNG-5227 at 2/4/16 7:33 AM:
------------------------------------------------------------
changed the issue type from "Bug" to "New Feature", since it's not really a
bug: this has been done intentionally in MNG-4600, and the change is expected
to bring new feature (I still need to dig deeper into the issue to make my own
idea on this new feature)
was (Author: hboutemy):
changed the issue type from "Bug" to "New Feature", since it's not really a
bug: this has been done intentionally, and the change is expected to bring new
feature (I still need to dig deeper into the issue to make my own idea on this
new feature)
> Make 'optional' flag of a dependency manageable.
> ------------------------------------------------
>
> Key: MNG-5227
> URL: https://issues.apache.org/jira/browse/MNG-5227
> Project: Maven
> Issue Type: New Feature
> Components: Artifacts and Repositories
> Affects Versions: 3.0.3
> Reporter: Christian Schulte
> Assignee: Christian Schulte
> Priority: Minor
> Fix For: 3.4.0
>
> Attachments: MNG-5227.patch, MNG-5227.patch
>
>
> {code}
> <dependencyManagement>
> <dependencies>
> <dependency>
> <groupId>groupId</groupId>
> <artifactId>artifactId</artifactId>
> <version>version</version>
> <optional>false</optional> <!-- Ignored by Maven 2 & 3 in dependency
> management. -->
> </dependency>
> </dependencies>
> </dependencyManagement>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)