Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
The fix for MPLUGIN-257 is incorrect for mojos that use Javadoc tags. There are two problems:
- The current code never prints out the warning message, because that part of the code is never reached
- If it had been reached, the type of the parameter would be set to a text, i.e. "${project}" instead of a Java type "org.apache.maven.project.MavenProject"
Attachments
Issue Links
- is related to
-
MPLUGIN-257 deprecate classical Maven objects as components
- Closed