For things like this, I usually created another subproject that depends on all others.
On 12/26/06, Henri Tremblay <[EMAIL PROTECTED]> wrote:
Hi, I'm trying to do something silly but I can't figure out how to do it easily. I have about 6 projects. They all extends a parent project in the base directory. This parent project contains a module for each sub-project. I want to build a final jar merging the binary files from all my projects. The initial idea was to add an ant task in the parent project that does that but since this task is called for all sub-projects, it doesn't work. So now I'm thinking about some complex and ugly ways to do it (doing a plugin might be a clean solution but that requires me to create a plugin :-) or go back to ant were it can be done in 5 minutes. Any suggestions? Thanks, Henri P.S.: Not related but, how do I manage to have all sub-projects' sites generated when calling "mvn site" in the root dir? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
