Author: olamy
Date: Fri Jul 13 15:09:39 2012
New Revision: 1361264
URL: http://svn.apache.org/viewvc?rev=1361264&view=rev
Log:
add link on using annotations for plugins page
Modified:
maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
Modified: maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml?rev=1361264&r1=1361263&r2=1361264&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml
(original)
+++ maven/site/trunk/src/site/xdoc/developers/mojo-api-specification.xml Fri
Jul 13 15:09:39 2012
@@ -326,6 +326,9 @@ under the License.
<b>someOtherElement (@annotation <rawAnnotationValue>)</b>
.
</p>
+ <p><b>NOTE:</b> since maven-plugin-plugin 3.0 is now possible to use
java1.5 annotations.
+ See <a
href="http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html">Using
annotations.</a>
+ </p>
<p>The plugin descriptor must be provided in a jar resource with the
path:
<code>META-INF/maven/plugin.xml</code>