Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 97773 invoked from network); 21 Jun 2007 07:10:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 07:10:34 -0000 Received: (qmail 13567 invoked by uid 500); 21 Jun 2007 07:10:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 13514 invoked by uid 500); 21 Jun 2007 07:10:27 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 65741 invoked by uid 99); 20 Jun 2007 17:52:12 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jo.vandermeeren@gmail.com designates 66.249.92.174 as permitted sender) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=OdKYAOZ0JFwmc49kb6bk+Uw2RhxLTfXHygfCo2XJ+uulpvhzjai+R+/Mub6VFtjtmVMf1qg5kc3AggX9sFWHh3YD7ahgUXim61Mvzx71tujwCScD1YlUmtr9BqdItlcvLNUfe2oNnFMKZdZ6KF4UKDSqzdAqsiml3P/Z5l7dWHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=N1usqzbQiaA1p5UbNXq1S/VoDEjhzdqQ16fSMNoP95W+M3/N5mb5O/jxgmSBiaaeWyyzE7BJtxhY27/eWyqly7wpEJZD+BhCvoFJuSO+wPahIlIxwWj9jnOpKg5kdA8X/FwT4h17qD87m0Lh4FHZot2vNfSimIEgXeOfjfI1iwY= Message-ID: <29258f60706201051y642991cbg534ccf995b0db22a@mail.gmail.com> Date: Wed, 20 Jun 2007 19:51:46 +0200 From: "Jo Vandermeeren" Sender: jo.vandermeeren@gmail.com To: "Maven Users List" Subject: Re: execution order of plugins In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_78553_22072124.1182361906900" References: X-Google-Sender-Auth: a8157c2137788b1b X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_78553_22072124.1182361906900 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/20/07, Kanzlers, Andreas wrote: > > If different plugins are executed within the same execution phase, which > will be executed first ? If multiple plugin executions are defined for the same phase (same or different plugin), they are executed in the same order as they are defined in your pom.xml. Inherited goal executions are executed first. There were some issues when inserting plugins by means of a profile, but they should have been fixed in 2.0.7. For example, > > maven-antrun-plugin > > package > > .... > > maven-dependency-plugin > > package > > .... > > Is the maven-antrun-plugin executed first because it is positioned > above the maven-dependency-plugin ? Yes. Regards, > > Andreas Cheers Jo ------=_Part_78553_22072124.1182361906900--