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