Thanks Curtis. I'll take a look at the validate cmd. -----Original Message----- From: [email protected] [mailto:[email protected]] 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 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 them all into a single reactor, then run "mvn validate" to get the build order. That assumes that all the POMs have matching versions across the projects though, of course. Regards, Curtis On Wed, Jul 24, 2013 at 11:53 AM, John Dix <[email protected]> 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 except output the tree > rather than do an actual build so I downloaded the code for Maven and > found the class files ProjectSorter.java and ProjectSorterTest.java as > a beginning point. What I think I need to do here is modify the > reactor code to actually output rather execute a build. > > Is there another way to do this very thing? If not, am I on the right > track? > > Thanks! > > John Dix > Programming Sr. SME, Digital Commerce > Amdocs Digital Services Division > o: 206-288-0334 m: 425.351.7340 > > AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS > > Did you know...? > Amdocs Mobile Payments enables operators to manage any number of app > stores, merchants and aggregators and generate revenues from digital > content and mobile commerce > > Follow Amdocs on Facebook<http://www.facebook.com/amdocsinc/>, > Twitter< http://twitter.com/AmdocsInc>, LinkedIn< > http://www.linkedin.com/company/amdocs>, YouTube< > http://www.youtube.com/amdocsinc> and Google+< > https://plus.google.com/105657940751678445194> - and read the latest > on the Amdocs blog network<http://blogs.amdocs.com/>. > > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, you may > review at http://www.amdocs.com/email_disclaimer.asp > This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
