Re: Running reactor without any goals ?

2003-07-22 Thread Paul Libbrecht
Cool, that's exactly it!

Thanks.

Paul

On Mardi, juil 22, 2003, at 03:10 Europe/Paris, [EMAIL PROTECTED] 
wrote:
Dont set the reactors goals property

Paul Libbrecht <[EMAIL PROTECTED]> wrote on 22/07/2003 08:36:58 AM:
I'd like to run through a set of projects so as to get their
dependencies... however, I'd like to avoid running any goal.
How can I do that ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Running reactor without any goals ?

2003-07-21 Thread dion
Dont set the reactors goals property
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


Paul Libbrecht <[EMAIL PROTECTED]> wrote on 22/07/2003 08:36:58 AM:

> 
> Hi,
> 
> 
> I'd like to run through a set of projects so as to get their 
> dependencies... however, I'd like to avoid running any goal.
> How can I do that ?
> 
> Thanks.
> 
> Paul
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Running reactor without any goals ?

2003-07-21 Thread Brett Porter
Maybe we need a no-op goal in Maven. This might have uses outside of this
purpose - eg checking all sources are present and in the correct location.
As a workaround, you could use one of the many dummy plugin (eg war:load)
goals - although I'm not sure I should really recommend that :) You can
create your own maven.xml with "dummy:dummy" and run that.

Probably there should be a way to suck in project.xml's easily from other
projects, rather than having to do this.

- Brett

--
Brett Porter
Developer, Content & Distribution
f2 network ~ everything essential


-Original Message-
From: Paul Libbrecht [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 22 July 2003 8:37 AM
To: Maven Users List
Subject: Running reactor without any goals ?



Hi,


I'd like to run through a set of projects so as to get their 
dependencies... however, I'd like to avoid running any goal. How can I do
that ?

Thanks.

Paul


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Running reactor without any goals ?

2003-07-21 Thread Paul Libbrecht
Hi,

I'd like to run through a set of projects so as to get their 
dependencies... however, I'd like to avoid running any goal.
How can I do that ?

Thanks.

Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]