From 3e256f7e179b9d0697723d37c4d44474554adf96 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 4 Jun 2012 22:13:33 +0000 Subject: [PATCH] typos git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1346179 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/examples/using-annotations.apt.vm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 4c83d17..6807cd6 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 @@ -1,5 +1,5 @@ ------ - Using Java5 annotations + Using Plugin Tools Java5 Annotations ------ Olivier Lamy ------ @@ -26,13 +26,13 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Using Java5 annotations +Using Plugin Tools 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. As javadoc doclet are still reading (for @since, @deprecated and comments), - the sources are still scanned. So if you use an external dependency, you must still provide an artifact with sources (classifier sources) to + <> With annotations, it's not any more mandatory to have your Mojos super classes in the same project. Super classes + can now come from reactor projects or external dependencies. As javadoc doclet are still useful for <<<@since>>>, <<<@deprecated>>> and comments, + the sources are still scanned. So if you use an external dependency, you must still provide an artifact with sources (<<>> classifier) to provide documentation (the tooling will skip error if this artifact sources is missing). * Pom configuration @@ -46,7 +46,6 @@ Using Java5 annotations org.apache.maven.plugin-tools maven-plugin-annotations ${project.version} - compile