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 f849be5..a67ddb7 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 @@ -30,6 +30,9 @@ Using Java5 annotations Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file. + <> With annotations, it's not anymore mandatory to have your Mojos super classes in the same project. Super classe + can now come from reactor projects or external dependencies. + * Pom configuration +-----+