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 7347b96..6d88b17 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 @@ -75,6 +75,15 @@ Using Plugin Tools Java5 Annotations To be able to use these Java 5 annotations, you need to add some configuration to your plugin POM: + * 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}}. + + [] + +-----+ ...