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]

Reply via email to