Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD8B8744B for ; Wed, 26 Oct 2011 19:34:13 +0000 (UTC) Received: (qmail 94076 invoked by uid 500); 26 Oct 2011 19:34:11 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 93992 invoked by uid 500); 26 Oct 2011 19:34:11 -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 93984 invoked by uid 99); 26 Oct 2011 19:34:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 19:34:11 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [207.183.49.139] (HELO production.artifact-software.com) (207.183.49.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 19:34:03 +0000 Received: from [192.168.2.13] (bas1-london16-1176190555.dsl.bell.ca [70.27.62.91]) by production.artifact-software.com (Postfix) with ESMTP id 4853B6A7A2D for ; Wed, 26 Oct 2011 15:33:38 -0400 (EDT) Message-ID: <4EA8608F.7090608@artifact-software.com> Date: Wed, 26 Oct 2011 15:33:35 -0400 From: Ron Wheeler Reply-To: rwheeler@artifact-software.com Organization: Artifact Software User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Maven Users List Subject: Re: reactor and plugin dependencies & the reactor References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------020304050406030906030705" X-Virus-Checked: Checked by ClamAV on apache.org --------------020304050406030906030705 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit It is a bit hard to know what you want to do but it seems that you are using module (a) to build something that needs to be deployed to someplace prior to module (b) trying to use it. I guess that the trick it give Maven a property that tells Module A where to deploy the Antrun file and tells module (b) where to look for the file. This might be possible using a parent POM to define the property that both modules use to construct a location where the file can be put and found. I hope that this helps. Ron On 26/10/2011 12:17 PM, Benson Margulies wrote: > I'd like to have a multi-module project in which module (a) builds the > code of an ant task, and module (b) lists module (a) as a dependency > of the antrun plugin to use it. I have a vague memory that this isn't > going to work in the reactor. Can anyone tell me if I'm inventing a > problem? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > -- Ron Wheeler President Artifact Software Inc email: rwheeler@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102 --------------020304050406030906030705 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------020304050406030906030705--