Any Maven goal will output this, so try: mvn validate But perhaps I don't understand your question. Using the 'reactor' implies a multi-module project, yet you say this project is 'non- modular'.
I've also never seen Maven rebuild artifacts in the same build and I believe this is impossible due to the prohibition on circular dependencies. Justin On Apr 1, 2010, at 4:08 PM, Maven User <[email protected]> wrote: > Is there a way to have maven spit out what the reactor is thinking of > building (the order)? > > We have a very large, non-modular project and it's doing a loop > (rebuilding > artifacts). > > I'm hoping this _thing_ can also show me the order to extract the > modules > (first thing build likely has no dependencies outside of the 3rd party > ones). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
