From 9fb65daacc31db3a98cb5aa54768dddda98ddedd Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Thu, 17 May 2012 22:28:02 +0000 Subject: [PATCH] improved documentation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1339893 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-java/src/site/apt/index.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-plugin-tools-java/src/site/apt/index.apt b/maven-plugin-tools-java/src/site/apt/index.apt index e5e6bb6..c8512a0 100644 --- a/maven-plugin-tools-java/src/site/apt/index.apt +++ b/maven-plugin-tools-java/src/site/apt/index.apt @@ -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 @@ -84,8 +84,8 @@ public class MyMojo } +---------+ - <>: before 3.0, <<<${ }>>> were required for <<>> value (<<>>), - but starting with 3.0, you can omit it (<<>>) + <>: before 3.0, <<<${ }>>> were required for <<>> value (<<>>), + but starting with 3.0, you can omit it (<<>>) * See also