Archive layout created by maven-assembly-plugin

2006-03-15 Thread David Blevins
I need to create an assembly that doesn't put everything under a  
artifactId-version style directory; meaning I want it to unzip right  
into ./ with no directory prefix such as:


$ unzip openejb-tomcat-3.0.1.zip
deflating ...
./conf/openejb.xml
./server/lib/openejb-core-3.0.1.jar
./server/lib/openejb-ejbd-3.0.1.jar
./server/lib/openejb-server-3.0.1.jar


Is that possible with the maven-assembly-plugin?

-David


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Archive layout created by maven-assembly-plugin

2006-03-15 Thread Wendy Smoak
On 3/15/06, David Blevins [EMAIL PROTECTED] wrote:
 I need to create an assembly that doesn't put everything under a
 artifactId-version style directory;

I haven't tried it, but the 'includeBaseDirectory' element looks promising...

http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]