You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by solo1970 <so...@ericsson.com> on 2008/10/07 15:51:47 UTC

Maven Reactor

Is there a way to call Maven to get the output of the Reactor only? I am
interested in knowing the order in which the various POMs will be built only
as information first

-- 
View this message in context: http://www.nabble.com/Maven-Reactor-tp19858666p19858666.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven Reactor

Posted by Lee Meador <le...@leemeador.com>.
if you go to the parent project location and do

mvn bad-command

it will fail because the command is illegal but it will print the names of
the child projects in build order.

-- Lee

On Tue, Oct 7, 2008 at 11:03 AM, Brian E. Fox <br...@reply.infinity.nu>wrote:

> Validate is the first phase that usually has nothing bound to it. (only
> the enforcer does that I know of) so you could use that.
>
> -----Original Message-----
> From: solo1970 [mailto:sonia.lodovichetti@ericsson.com]
> Sent: Tuesday, October 07, 2008 6:52 AM
> To: users@maven.apache.org
> Subject: Maven Reactor
>
>
> Is there a way to call Maven to get the output of the Reactor only? I am
> interested in knowing the order in which the various POMs will be built
> only
> as information first
>
> --
> View this message in context:
> http://www.nabble.com/Maven-Reactor-tp19858666p19858666.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com

RE: Maven Reactor

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Validate is the first phase that usually has nothing bound to it. (only
the enforcer does that I know of) so you could use that.

-----Original Message-----
From: solo1970 [mailto:sonia.lodovichetti@ericsson.com] 
Sent: Tuesday, October 07, 2008 6:52 AM
To: users@maven.apache.org
Subject: Maven Reactor


Is there a way to call Maven to get the output of the Reactor only? I am
interested in knowing the order in which the various POMs will be built
only
as information first

-- 
View this message in context:
http://www.nabble.com/Maven-Reactor-tp19858666p19858666.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org