Re: How to make multi module work in continuum

2006-02-03 Thread raghurajan . x . gurunathan
Venisse <[EMAIL PROTECTED]> 02/03/2006 11:19 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject: Re: How to make multi module work in continuum [EMAIL PROTECTED] a écrit : > Again Thanks for your reply, > >

Re: How to make multi module work in continuum

2006-02-03 Thread Emmanuel Venisse
continuum-users@maven.apache.org cc: Subject: Re: How to make multi module work in continuum [EMAIL PROTECTED] a écrit : yeah i'm using m2 with continuum when i added the parent pom it loaded all the child pom but when hit "build now" at pare

Re: How to make multi module work in continuum

2006-02-02 Thread Emmanuel Venisse
John Tolentino a écrit : What are you trying to build? Maven 1, Maven 2 or Ant? If you're using Maven 2, by default it should build all of the sub projects if you build the parent. Just make sure all of the sub projects are declared in the parent POM's modules section. Not exactly. Continu

Re: How to make multi module work in continuum

2006-02-02 Thread John Tolentino
What are you trying to build? Maven 1, Maven 2 or Ant? If you're using Maven 2, by default it should build all of the sub projects if you build the parent. Just make sure all of the sub projects are declared in the parent POM's modules section. With Maven 1, make the default goal of your pare