Dennis Lundberg created MPLUGIN-270: ---------------------------------------
Summary: Deprecation of classical Maven objects as components is broken when using Javadoc tags Key: MPLUGIN-270 URL: https://jira.codehaus.org/browse/MPLUGIN-270 Project: Maven Plugin Tools Issue Type: Bug Components: maven-plugin-tools-java Affects Versions: 3.3 Reporter: Dennis Lundberg 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" -- This message was sent by Atlassian JIRA (v6.1.6#6162)