This section of my assembly.xml descriptor seems to place 5 directories into
my root directory I create and .zip up, which is then placed into the target
directory.  This section allows me to specify where my dependency jars are,
but it creates the 5 directories which are my main jars.  Any help will be
appreciated.

<moduleSets>
        <moduleSet>
                <includeSubModules>true</includeSubModules>
                <binaries>
                        <dependencySets>
                                <dependencySet>
                                        
<outputDirectory>nameHere/lib</outputDirectory> 
                                        <unpack>false</unpack>
                                        <scope>runtime</scope>
                                </dependencySet>
                        </dependencySets>
                </binaries>     
        </moduleSet>
</moduleSets>
-- 
View this message in context: 
http://www.nabble.com/Assembly-Plugin---unwanted-directories-in-target-output-directory-tp14815877s177p14815877.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]

Reply via email to