Search for posts by baerrach and assembly.

I show step by step how I have a separate module called
"<project>-build" which creates an uber-archive of the dependencies
and includes scripts for invoking the main class, etc.

It also explains the difference between a dependency and a module.
(briefly a module is just a convenient way for maven to package things
so that you can invoke a command and have it run across those modules.
Modules do not affect depenencies)

On 10/1/06, Dennis Kempin <[EMAIL PROTECTED]> wrote:
Hi Barrie,

I searched the List but I still did not found a solution.
Is there a way to make <dependencySets> include the dependencies of the
child modules? I have not found any option like that. And I don't want
to move all dependencies from the child poms to the parent pom.

Barrie Treloar wrote:
> Use dependencySets instead.
> Search the archives and you should find enough examples that I have
> posted to help solve your problems.
>


---------------------------------------------------------------------
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]

Reply via email to