improved documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1339893 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-17 22:28:02 +00:00
parent 3bf23ba831
commit 9fb65daacc
1 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ public class MyMojo
extends AbstractMojo extends AbstractMojo
{ {
/** /**
* @parameter alias="myAlias" implementation="" expression="aSystemProperty" default-value="${anExpression}" * @parameter alias="myAlias" implementation="" expression="aProperty" default-value="${anExpression}"
* @readonly * @readonly
* @required * @required
* @since <since-text> * @since <since-text>
@ -84,8 +84,8 @@ public class MyMojo
} }
+---------+ +---------+
<<Notice>>: before 3.0, <<<${ }>>> were required for <<<expression>>> value (<<<expression="${aSystemProperty}">>>), <<Notice>>: before 3.0, <<<${ }>>> were required for <<<expression>>> value (<<<expression="${aProperty}">>>),
but starting with 3.0, you can omit it (<<<expression="aSystemProperty">>>) but starting with 3.0, you can omit it (<<<expression="aProperty">>>)
* See also * See also