You will need to list those jars in your modules' pom.xml files as well, in the <dependencies> section.
DepMgmt is really simply a place to "manage" things. It does not imply actual dependencies on anything. You will need to explicitly declare your dependencies in the various modules, and then assembly should include them automatically. Wayne On 1/15/08, tadamski <[EMAIL PROTECTED]> wrote: > > I need to include all internal and external jars that my submodules depend > on. The code below is what use in my descriptor. This however does not > include and of the dependency jars included in the <depenedencyManagement> > section of my parent pom file. Does anyone know how to include these > dependency jars? > > <dependencySets> > <dependencySet> > <outputDirectory>/lib</outputDirectory> > <unpack>false</unpack> > <scope>runtime</scope> > </dependencySet> > </dependencySets> > -- > View this message in context: > http://www.nabble.com/assembly-plugin---dependency-jars-tp14844941s177p14844941.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
