> -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > [..] > > For the site, I still don't understand what you're problem > is. I just have: > > <goal name="cargo:site" prereqs="multiproject:site"/> > > And it works fine. The "site" goal is called on each > subproject which is > what I want. >
I also want to call something like "site" goal for each of the subprojects but only one level down from top level project. Then in same cases this goal should attain "site:generate" goal (if project is a leaf) and only in few cases I want to recursivly attain "multiproject:site" which will aggreagte results from child project of subproject. Probaly you are not using reactor inside reactor ... you have just one instance of the reactor which process all the projects, right? michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
