Karl Heinz Marbaise created MENFORCER-291:
---------------------------------------------
Summary: 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
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)