need escape
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1590397 13f79535-47bb-0310-9956-ffa450edef68master
parent
8f0a5ee56a
commit
df4ae65314
|
|
@ -125,7 +125,7 @@ public class MyMojo
|
||||||
}
|
}
|
||||||
+---------+
|
+---------+
|
||||||
|
|
||||||
<<Notice>>: before 3.0, <<<property>>> was replaced by <<<expression>>>, with <<<${ }>>> required (<<<expression="${aProperty}">>>),
|
<<Notice>>: before 3.0, <<<property>>> was replaced by <<<expression>>>, with <<<$\{ }>>> required (<<<expression="$\{aProperty}">>>),
|
||||||
but starting with 3.0, you can omit it (<<<expression="aProperty">>>), or preferably use <<<property="aProperty">>>.
|
but starting with 3.0, you can omit it (<<<expression="aProperty">>>), or preferably use <<<property="aProperty">>>.
|
||||||
|
|
||||||
* See also
|
* See also
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue