[MPLUGIN-319] added @since

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1778719 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2017-01-14 04:10:31 +00:00
parent 81eb53a1c5
commit 053932347f
1 changed files with 2 additions and 1 deletions

View File

@ -197,10 +197,11 @@ public class PluginReport
private RuntimeInformation rtInfo; private RuntimeInformation rtInfo;
/** /**
* <code>META-INF/maven/plugin.xml</code> should be read with Maven-3.4.0+ to get accurate * <code>META-INF/maven/plugin.xml</code> should be used only with Maven-3.4.0+ to get accurate
* <code>since</code> (MNG-6109). * <code>since</code> (MNG-6109).
* For cases where missing <code>since</code> info is not an issue, this version range spec can be changed * For cases where missing <code>since</code> info is not an issue, this version range spec can be changed
* to avoid parsing code once again. (notice: should not mark readonly = true in this case...) * to avoid parsing code once again. (notice: should not mark readonly = true in this case...)
* @since 3.5.1
*/ */
@Parameter( defaultValue = "(3.3.9,)", readonly = true ) @Parameter( defaultValue = "(3.3.9,)", readonly = true )
private String pluginXmlSpec; private String pluginXmlSpec;