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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue