Re: New to Maven Question

2013-07-24 Thread Ron Wheeler
This may be too simplistic but can't you just run the build and parse the log output? Ron On 24/07/2013 1:05 PM, Mark Eggers wrote: On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the bui

RE: New to Maven Question

2013-07-24 Thread John Dix
Thanks Curtis. I'll take a look at the validate cmd. -Original Message- From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf Of Curtis Rueden Sent: Wednesday, July 24, 2013 10:15 AM To: Maven Users List Subject: Re: New to Maven Question Hi John, > output t

Re: New to Maven Question

2013-07-24 Thread Curtis Rueden
Hi John, > output the build order of our products based on the poms Is it enough to simply run "mvn validate" and parse the output? That will show you the build order of your multi-module reactor. If you have multiple projects in multiple reactors, you could create a toplevel pom.xml joining the

Re: New to Maven Question

2013-07-24 Thread Mark Eggers
On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the build order of our products based on the poms. It made sense to me that I would want to do basically the same thing that the Reactor does e

New to Maven Question

2013-07-24 Thread John Dix
Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the build order of our products based on the poms. It made sense to me that I would want to do basically the same thing that the Reactor does except output the tree rather than do