Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0.0-M1
-
None
Description
Currently this code is used:
List<MavenProject> sortedProjects = session.getSortedProjects(); if ( sortedProjects != null && !sortedProjects.isEmpty() ) {
The call to getSortedProject() this way is deprecated. Should be fixed.