improved documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1339893 13f79535-47bb-0310-9956-ffa450edef68master
parent
3bf23ba831
commit
9fb65daacc
|
|
@ -62,7 +62,7 @@ public class MyMojo
|
|||
extends AbstractMojo
|
||||
{
|
||||
/**
|
||||
* @parameter alias="myAlias" implementation="" expression="aSystemProperty" default-value="${anExpression}"
|
||||
* @parameter alias="myAlias" implementation="" expression="aProperty" default-value="${anExpression}"
|
||||
* @readonly
|
||||
* @required
|
||||
* @since <since-text>
|
||||
|
|
@ -84,8 +84,8 @@ public class MyMojo
|
|||
}
|
||||
+---------+
|
||||
|
||||
<<Notice>>: before 3.0, <<<${ }>>> were required for <<<expression>>> value (<<<expression="${aSystemProperty}">>>),
|
||||
but starting with 3.0, you can omit it (<<<expression="aSystemProperty">>>)
|
||||
<<Notice>>: before 3.0, <<<${ }>>> were required for <<<expression>>> value (<<<expression="${aProperty}">>>),
|
||||
but starting with 3.0, you can omit it (<<<expression="aProperty">>>)
|
||||
|
||||
* See also
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue