[ https://issues.apache.org/jira/browse/MENFORCER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise reassigned MENFORCER-291:
---------------------------------------------
Assignee: Karl Heinz Marbaise
> Cleanup ReactorModuleConvergence implementation
> -----------------------------------------------
>
> Key: MENFORCER-291
> URL: https://issues.apache.org/jira/browse/MENFORCER-291
> Project: Maven Enforcer Plugin
> Issue Type: Improvement
> Components: Standard Rules
> Affects Versions: 3.0.0-M1
> Reporter: Karl Heinz Marbaise
> Assignee: Karl Heinz Marbaise
> Priority: Critical
> Fix For: 3.0.0
>
>
> Currently this code is used:
> {code}
> List<MavenProject> sortedProjects = session.getSortedProjects();
> if ( sortedProjects != null && !sortedProjects.isEmpty() )
> {
> {code}
> The call to {{getSortedProject()}} this way is deprecated. Should be fixed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|