need escape

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1590397 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-04-27 14:00:54 +00:00
parent 8f0a5ee56a
commit df4ae65314
1 changed files with 1 additions and 1 deletions

View File

@ -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