Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 89216 invoked from network); 9 May 2006 01:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 May 2006 01:12:06 -0000 Received: (qmail 43986 invoked by uid 500); 9 May 2006 01:12:05 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 43951 invoked by uid 500); 9 May 2006 01:12:05 -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 43938 invoked by uid 99); 9 May 2006 01:12:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 18:12:04 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 May 2006 18:12:04 -0700 Received: (qmail 88648 invoked by uid 65534); 9 May 2006 01:11:44 -0000 Message-ID: <20060509011144.88645.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r405259 - /maven/maven-1/plugins/trunk/ant/xdocs/goals.xml Date: Tue, 09 May 2006 01:11:43 -0000 To: commits@maven.apache.org From: aheritier@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: aheritier Date: Mon May 8 18:11:43 2006 New Revision: 405259 URL: http://svn.apache.org/viewcvs?rev=405259&view=rev Log: Add doco about new feature Modified: maven/maven-1/plugins/trunk/ant/xdocs/goals.xml Modified: maven/maven-1/plugins/trunk/ant/xdocs/goals.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/xdocs/goals.xml?rev=405259&r1=405258&r2=405259&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ant/xdocs/goals.xml (original) +++ maven/maven-1/plugins/trunk/ant/xdocs/goals.xml Mon May 8 18:11:43 2006 @@ -49,6 +49,7 @@
  • Download all required jar files
  • Download and install Maven
  • +

    The generated file is located at ${maven.ant.generate.dir}/${maven.ant.generate.script}. If the file already exists the plugin ask to the user if he wants to overwrite it (except if the property maven.ant.generate.force is setted to true).