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

2014-01-23 Thread Jason van Zyl (JIRA)

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

Jason van Zyl closed MNG-5227.
--

Resolution: Incomplete

 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
   groupIdgroupId/groupId
   artifactIdartifactId/artifactId
   versionversion/version
   optionalfalse/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
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2012-01-16 Thread Christian Schulte (JIRA)
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
  groupIdgroupId/groupId
  artifactIdartifactId/artifactId
  versionversion/version
  optionalfalse/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