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.
Continuum create separate projects for parent and modules. Each project have its own build if a
change is make on it.
By default, the parent build is done with -N (non recursive) options, Continuum don't build
sub-modules on parent project.
With Maven 1, make the default goal of your parent project call your
multi-project goal.
Can't answer regarding Ant though. Haven't tried building multi-projects
through Continuum with Ant yet.
[EMAIL PROTECTED] wrote:
How do i make continuum to build parent and childern ?
is there any documentation or example any where?
Thanks,
Raghurajan G