Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
From Maven Mailinglist
http://maven.40175.n5.nabble.com/maven-surefire-git-commit-SUREFIRE-refactoring-after-Sonar-report-td5856512.html
Hi Tibor,
just noticed this:
@Component
- protected MavenSession session;
+ private MavenSession session;
could you make a @Parameter of it, because the @Component is deprecated.
See also https://issues.apache.org/jira/browse/MPLUGIN-257
Actually, I would expect warnings from maven-plugin-plugin about this...
thanks,
Robert