Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
aven > > Ashley > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 08, 2005 1:23 PM > To: Maven Users List > Subject: Re: Independent Subprojects in Maven > > Yes. > > - Brett > > On 11/8/05, Ashley Hurkoo <[EM

RE: Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
In which file do I put the --fail-at-end switch? Sorry I am new to Maven Ashley -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 1:23 PM To: Maven Users List Subject: Re: Independent Subprojects in Maven Yes. - Brett On 11/8/05, Ashley

Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
05 1:02 PM > To: Maven Users List > Subject: Re: Independent Subprojects in Maven > > I think you want the --fail-at-end switch. > > However, if trunk depends on car, it will still not build if car doesn't. > > Note that if it is just the tests failing, you can run "

RE: Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
switch be used in this case? Ashley -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 1:02 PM To: Maven Users List Subject: Re: Independent Subprojects in Maven I think you want the --fail-at-end switch. However, if trunk depends on car, it

Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
I think you want the --fail-at-end switch. However, if trunk depends on car, it will still not build if car doesn't. Note that if it is just the tests failing, you can run "mvn compile" from the top level and all projects will be compiled, then you can proceed to test, etc. - Brett On 11/8/05,

Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
I am trying sub project to my main project. For example, I have a rental project(main) and I want to add a truck project and a car project which are independent of the Main project. The problem I am having is when I build maven and the car project does not compile, the truck project gets affected