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 5A1D411969 for ; Mon, 2 Jun 2014 17:18:12 +0000 (UTC) Received: (qmail 84759 invoked by uid 500); 2 Jun 2014 17:18:12 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 84694 invoked by uid 500); 2 Jun 2014 17:18:12 -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 84687 invoked by uid 99); 2 Jun 2014 17:18:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2014 17:18:12 +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; Mon, 02 Jun 2014 17:18:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D595F23889BB; Mon, 2 Jun 2014 17:17:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1599273 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Date: Mon, 02 Jun 2014 17:17:46 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140602171746.D595F23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hboutemy Date: Mon Jun 2 17:17:46 2014 New Revision: 1599273 URL: http://svn.apache.org/r1599273 Log: [MPLUGIN-267] document how to change desriptor phase instead of running it twice with skipErrorNoDescriptorsFound Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm?rev=1599273&r1=1599272&r2=1599273&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm (original) +++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Mon Jun 2 17:17:46 2014 @@ -77,10 +77,7 @@ Using Plugin Tools Java5 Annotations * add <<>> dependency, preferably with <<>> scope, - * bind goals to <<>> phase, - - * configure <<>> parameter to avoid failure caused by - {{{http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_maven-plugin_packaging}default <<>> goal binding to <<>> phase}}. + * override Maven core's <<>> execution phase to <<>>, [] @@ -105,16 +102,10 @@ Using Plugin Tools Java5 Annotations org.apache.maven.plugins maven-plugin-plugin ${project.version} - - - true - - mojo-descriptor - - descriptor - + default-descriptor + process-classes