You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sahoo <Sa...@Sun.COM> on 2009/07/14 10:55:25 UTC

maven reactor plugin and build order

While trying to use reactor:resume to resume a build, I see the order of 
build changing. See the output below. The order as reported initially is 
not same as the order reactor plugin is following. Why?

glassfish@~/WS/gf/v3.trunk.new$  mvn reactor:resume -DprintOnly=true 
-Dfrom=packager/glassfish-nucleus/
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   GlassFish Parent Project
...
[INFO]   Glassfish Nucleus Package
...
[INFO]   App Client Modules
...
[INFO]   Sun Java EE Engine

[INFO] Searching repository for plugin with prefix: 'reactor'.
...
[INFO] [reactor:resume]
[INFO] Executing: /bin/sh -c ...
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   App Client Modules
...
[INFO]   Glassfish Nucleus Package
...
[INFO]   Sun Java EE Engine


Thanks,
Sahoo

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