You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@codehaus.org> on 2012/01/16 21:25:02 UTC

[jira] (MNG-5227) The 'optional' flag of a dependency should be manageable.

Christian Schulte created MNG-5227:
--------------------------------------

             Summary: The 'optional' flag of a dependency should be manageable.
                 Key: MNG-5227
                 URL: https://jira.codehaus.org/browse/MNG-5227
             Project: Maven 2 & 3
          Issue Type: Wish
          Components: Artifacts and Repositories
    Affects Versions: 3.0.3
            Reporter: Christian Schulte
            Priority: Minor


{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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira