Author: hboutemy
Date: Sat Jul 20 20:45:38 2013
New Revision: 1505203
URL: http://svn.apache.org/r1505203
Log:
added link to annotations, in addition to how to configure the project
Modified:
maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml
Modified: maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml?rev=1505203&r1=1505202&r2=1505203&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml
(original)
+++ maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml Sat Jul
20 20:45:38 2013
@@ -326,14 +326,13 @@ 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><b>NOTE:</b> since maven-plugin-plugin 3.0, it is now possible to use
java1.5 annotations.
+ See <a
href="/plugin-tools/maven-plugin-tools-annotations/index.html">supported
annotations</a> and
+ <a
href="/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>
- , and it must contain the
- following:
+ <code>META-INF/maven/plugin.xml</code>, and it must contain the
following:
</p>
<table>
<tr>