Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 73166 invoked from network); 8 Nov 2005 02:40:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 02:40:45 -0000 Received: (qmail 37322 invoked by uid 500); 8 Nov 2005 02:40:39 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 37276 invoked by uid 500); 8 Nov 2005 02:40:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 37265 invoked by uid 99); 8 Nov 2005 02:40:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2005 18:40:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [210.215.118.168] (HELO mail.webraska.com.au) (210.215.118.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2005 18:40:32 -0800 Received: from translate (unknown [10.4.0.5]) by mail.webraska.com.au (Postfix) with ESMTP id AFAAB3C6AD for ; Tue, 8 Nov 2005 13:39:46 +1100 (EST) From: "Ashley Hurkoo" To: "'Maven Users List'" Subject: RE: Independent Subprojects in Maven Date: Tue, 8 Nov 2005 13:40:12 +1100 Message-ID: <000c01c5e40d$be614280$0500040a@translate> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcXkC0v0Fg6AKyXXRlqpbEXrzq8ndwAAXICg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <9e3862d80511071822q4ea9ad3btf843bab3efff5a60@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N In which file do I put the --fail-at-end switch? Sorry I am new to Maven Ashley -----Original Message----- From: Brett Porter [mailto:brett.porter@gmail.com] 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 wrote: > Car project and truck project are independent of each other. > I have one person working on the truck project and another person > working on the car project. I have a nightly built running everyday to > compile each project and build the maven site. Sometimes the person > responsible for the truck project forgets to check in a file and the > truck project fail to compile which in turns prevent the maven site > from being built thus preventing the car project person from using maven. > > I still want to see the maven site even though either one of the > project has failed to compile. > > Can the --fail-at-end switch be used in this case? > > Ashley > > -----Original Message----- > From: Brett Porter [mailto:brett.porter@gmail.com] > 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 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, Ashley Hurkoo wrote: > > > > 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 and maven does not build. > > > > Can anyone help me with that? > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org