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 6d88b17..64656a0 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 @@ -77,10 +77,7 @@ Using Plugin Tools Java5 Annotations * add <<>> dependency, preferably with <<>> scope, - * bind goals to <<>> phase, - - * configure <<>> parameter to avoid failure caused by - {{{http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_maven-plugin_packaging}default <<>> goal binding to <<>> phase}}. + * override Maven core's <<>> execution phase to <<>>, [] @@ -105,16 +102,10 @@ Using Plugin Tools Java5 Annotations org.apache.maven.plugins maven-plugin-plugin ${project.version} - - - true - - mojo-descriptor - - descriptor - + default-descriptor + process-classes