[ https://issues.apache.org/jira/browse/MNG-5227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125437#comment-15125437 ]
Jason van Zyl commented on MNG-5227: ------------------------------------ No, I definitely do not want to rename the packages. It caused so much disruption that I really don't think it's worth it. Once it's entirely internalized it won't really matter so I don't see much point in causing a lot of grief. I'm working with the Eclipse Foundation on the termination of Aether and I don't think anyone is going to mind if we leave the package names as they are. I really don't see it as value-adding work to flip a bunch of package names and make adapters for everything. Should have a release out in a day or two. > 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)