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/01/14 22:52:29 UTC

Assembly Plugin - unwanted directories in target output directory

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