Can someone please take a look at this? MNG-5227 is already checked in (with IT) and I would not want to revert it. It is triggering a bug in Aether I just reported and provided a patch for. How to procceed?

Am 01/28/16 um 17:37 schrieb Christian Schulte (JIRA):

      [ 
https://issues.apache.org/jira/browse/MNG-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schulte reopened MNG-5227:
------------------------------------

This issue is blocked by [Aether Bug 
486740|https://bugs.eclipse.org/bugs/show_bug.cgi?id=486740].

The 'optional' flag of a dependency should be manageable.
---------------------------------------------------------

                 Key: MNG-5227
                 URL: https://issues.apache.org/jira/browse/MNG-5227
             Project: Maven
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.0.3
            Reporter: Christian Schulte
            Assignee: Christian Schulte
            Priority: Minor
             Fix For: 3.4.0


{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)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to