I'm using maven-2.0.8, I have an assembly descriptor used for assembling a
multi-module project.  When the dependencySet is processing, I end up with
multiple instances of the jars in the specified output directory.  The
section of my assemblyDescriptor.xml I believe in question is the following:

        <moduleSets>
                <moduleSet>
                        <includeSubModules>false</includeSubModules>
                        <binaries>
                                <dependencySets>
                                        <dependencySet>
                                                
<outputDirectory>lib</outputDirectory>
                                                <unpack>false</unpack>
                                                <scope>runtime</scope>
                                        </dependencySet>
                                </dependencySets>
                                <outputDirectory>lib</outputDirectory>
                                <unpack>false</unpack>
                        </binaries>
                </moduleSet>
        </moduleSets>

I have a main Module and seven submodules, I get the following message seven
consecutive times right before the project is zipped up.

[Info] Processing DependencySet (output=lib)
Then maven goes on and attempts to build Maven project for Artifact...each
time

Any insight would be very appreciative.
-- 
View this message in context: 
http://www.nabble.com/assembly-plugin-dependency-set-multiple-instances-of-jars-tp16595574s177p16595574.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