You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/01/06 16:44:03 UTC

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

    [ https://issues.apache.org/jira/browse/MENFORCER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314737#comment-16314737 ] 

Hudson commented on MENFORCER-291:
----------------------------------

Build succeeded in Jenkins: Maven TLP » maven-enforcer » master #7

See https://builds.apache.org/job/maven-box/job/maven-enforcer/job/master/7/

> 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)