Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 23233 invoked from network); 13 Jun 2008 00:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2008 00:28:41 -0000 Received: (qmail 37723 invoked by uid 500); 13 Jun 2008 00:28:43 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 37682 invoked by uid 500); 13 Jun 2008 00:28:43 -0000 Mailing-List: contact issues-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 issues@maven.apache.org Received: (qmail 37671 invoked by uid 99); 13 Jun 2008 00:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 17:28:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 00:27:54 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7B44714A803D for ; Thu, 12 Jun 2008 19:28:12 -0500 (CDT) Message-ID: <15285014.1213316892425.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 12 Jun 2008 19:28:12 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@maven.apache.org Subject: [jira] Updated: (MNG-3522) Cannot define execution order explicitly In-Reply-To: <16112484.1208179078935.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MNG-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated MNG-3522: ------------------------------ Fix Version/s: 2.1 > Cannot define execution order explicitly > ---------------------------------------- > > Key: MNG-3522 > URL: http://jira.codehaus.org/browse/MNG-3522 > Project: Maven 2 > Issue Type: New Feature > Components: Plugins and Lifecycle > Affects Versions: 2.0.9 > Reporter: Thomas Diesler > Fix For: 2.1 > > > In this example antrun:run is excuted after dependency:copy-dependencies by virtue of plugin order. Preferable would be an explicit order definition. For example, a plugin could export a 'phase-id' that another uses in its 'phase' element. > {code:xml} > > > org.apache.maven.plugins > maven-dependency-plugin > > > copy-dependencies > package > > copy-dependencies > > > ${project.build.directory}/thirdparty > true > > > > > > maven-antrun-plugin > > > package > > run > > > > > > > > > > > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira