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]