You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/01/01 11:00:00 UTC

[jira] [Created] (MENFORCER-291) Cleanup ReactorModuleConvergence implementation

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)