RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
aven Users List Subject: RE: Problem with Reactor build order My top level project.xml has Project Project Name The ear ProjectEar Project Ear Name The war war1 war name When I use this dependency: ${pom.groupId} war1 SNAPSHOT The reactor build order is wrong When I use this dependency:

RE: Problem with Reactor build order

2004-11-12 Thread Louis Burroughs
-Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 12:36 PM To: Maven Users List Subject: RE: Problem with Reactor build order I changed my subprojects to use artifactId instead of id. war1 war1 Project When I use this dependency: ${pom.group

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
] Sent: Friday, November 12, 2004 12:36 PM To: Maven Users List Subject: RE: Problem with Reactor build order I changed my subprojects to use artifactId instead of id. war1 war1 Project When I use this dependency: ${pom.groupId} war1 SNAPSHOT Reactor still won't build in the right

RE: Problem with Reactor build order

2004-11-12 Thread Louis Burroughs
List'" <[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with Reactor build order Right, if you use , then the groupId and artifactId are the value of ... If you take the approach I took, using in each of the sub-projects, then your first examp

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
AM To: Maven Users List Subject: RE: Problem with Reactor build order What I have found so far is that when I went from trying to group all of my artifacts under one group Id to their own group Id then reactor picked up the build order correctly, but when the ear was building now it couldn&#

RE: Problem with Reactor build order

2004-11-12 Thread Louis Burroughs
SNAPSHOT "Poppe, Troy" <[EMAIL PROTECTED]> 11/12/2004 10:25 AM Please respond to "Maven Users List" To: "'Maven Users List'" <[EMAIL PROTECTED]> cc: bcc: Subject:RE: Problem with Reactor buil

RE: Problem with Reactor build order

2004-11-12 Thread Poppe, Troy
I have actually put tags in my sub-projects rather than ... This seems to work out much better than for me. T -Original Message- From: Louis Burroughs [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 10:01 AM To: Maven Users List Subject: Re: Problem with Reactor build order

Re: Problem with Reactor build order

2004-11-12 Thread Louis Burroughs
To: Maven Users List <[EMAIL PROTECTED]> cc: bcc: Subject: Re: Problem with Reactor build order Hmmm...when I had a similar problem of a messed build order , it was because a "copy and paste" error in one of my project.xml files .I had

RE: Problem with Reactor build order

2004-11-12 Thread Nicolas . CHALUMEAU
Use SNAPSHOT version will solve it. Nicolas, Louis Burroughs <[EMAIL PROTECTED]> 12/11/2004 15:39 Veuillez répondre à "Maven Users List" Pour : "Maven Users List" <[EMAIL PROTECTED]> cc : Objet : Problem with Reactor build order

Re: Problem with Reactor build order

2004-11-12 Thread Jeffrey Mutonho
Hmmm...when I had a similar problem of a messed build order , it was because a "copy and paste" error in one of my project.xml files .I had the same "blah_blah" blah blah in the project.xml files for two different projects.I had copied and pasted from one project.xml file to the other and forgot

Problem with Reactor build order

2004-11-12 Thread Louis Burroughs
I am having trouble with Reactor changing the build order in my project when the dependencies have not changed. At one point I manged to get my two war files built and installed in the local repository, then the ear file was built. After I added more goals, my build order went to fifo (first