You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Morgovsky, Alexander (US - Glen Mills)" <am...@deloitte.com> on 2006/09/28 23:20:07 UTC

Packaging dependencies in expanded format

Hi.  Let's say I declare dependencies a, b, and c in my dependencies
section.
What I want to produce is a .jar containing a,b,c in expanded format.
I tried the following but it didn't work:

<assembly> 
	<id>bundle</id> 
	<formats> 
		<format>jar</format> 
	</formats> 
	<includeBaseDirectory>false</includeBaseDirectory>
	<dependencySets> 
		<dependencySet> 
			 <unpack>true</unpack>
	 	</dependencySet>
	 </dependencySets> 
</assembly> 
I also tried using the maven-dependency-plugin, but that was producing
NullPointer exceptions.  Please help me, as I have been stuck on this
for 6 hours.  Thanks. 


This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]