Herve Boutemy created MPLUGIN-199:
-------------------------------------
Summary: remove old undocumented "property" feature of javadoc
tags (changing field name)
Key: MPLUGIN-199
URL: https://jira.codehaus.org/browse/MPLUGIN-199
Project: Maven 2.x Plugin Tools
Issue Type: Task
Components: maven-plugin-tools-java, maven-plugin-tools-javadoc
Affects Versions: 2.9
Reporter: Herve Boutemy
from source
{code:java}/**
* This indicates the base name of the bean properties used to read/write this
parameter's value.
* <br/>
* Refer to <code>@parameter property="project"</code>
* <p/>
* Would say there is a getProject() method and a setProject(Project) method.
Here the field
* name would not be the basis for the parameter's name. This mode of operation
will allow the
* mojos to be usable as beans and will be the promoted form of use.
* <br/>
* <b>Note</b>: Should be defined in a Mojo Field.
*/
String PARAMETER_PROPERTY = "property";{code}
with MPLUGIN-196, property attribute will have another meaning
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira