diff --git a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm index c45fd06..e64d3b7 100644 --- a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm @@ -128,22 +128,38 @@ Using Plugin Tools Java5 Annotations to avoid failure on default execution phase and add another execution: +-----+ - - - - org.apache.maven.plugins - maven-plugin-plugin - ${project.version} - - - true - - - - mojo-descriptor - - descriptor - - - ... + + ... + + + maven-2 + + + + ${basedir} + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + true + + + + mojo-descriptor + + descriptor + + + + + + + + + +-----+