Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDE8410ADA for ; Sat, 20 Jul 2013 20:46:01 +0000 (UTC) Received: (qmail 14269 invoked by uid 500); 20 Jul 2013 20:46:01 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 14224 invoked by uid 500); 20 Jul 2013 20:46:01 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 14217 invoked by uid 99); 20 Jul 2013 20:46:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 20:46:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jul 2013 20:45:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9CB082388980; Sat, 20 Jul 2013 20:45:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1505203 - /maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml Date: Sat, 20 Jul 2013 20:45:38 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130720204538.9CB082388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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. someOtherElement (@annotation <rawAnnotationValue>) .

-

NOTE: since maven-plugin-plugin 3.0 is now possible to use java1.5 annotations. - See Using annotations. +

NOTE: since maven-plugin-plugin 3.0, it is now possible to use java1.5 annotations. + See supported annotations and + Using annotations.

The plugin descriptor must be provided in a jar resource with the path: - META-INF/maven/plugin.xml - , and it must contain the - following: + META-INF/maven/plugin.xml, and it must contain the following: