add note on super classes when using annotations
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1340363 13f79535-47bb-0310-9956-ffa450edef68master
parent
ec6605ef9a
commit
54711e8649
|
|
@ -30,6 +30,9 @@ Using Java5 annotations
|
||||||
|
|
||||||
Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file.
|
Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file.
|
||||||
|
|
||||||
|
<<NOTE>> 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
|
* Pom configuration
|
||||||
|
|
||||||
+-----+
|
+-----+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue