You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by tadamski <th...@gmail.com> on 2008/04/09 22:07:34 UTC

assembly plugin dependency set multiple instances of jars

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org