You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by _MS_ <ma...@gisdata.com> on 2009/10/20 19:36:38 UTC

Custom assembly descriptor multiple formats issue

I have project using custom assembly descriptor used for building final
distribution.

Project has following layout:

project
 |-src
 |target
 | README
 |log4j.properties


I want to build distribution with following layout
 dist
  |-project.jar
  |-lib
  |README
  |log4j.properties

If I use only ONE output format in my assembly descriptor for example zip
everything goes well but if I use several my project.jar gets bloated with
data that should not be there
like lib folder with all dependencies README and log4j.properties. 

What am I doing wrong.

If needed I can also post my assembly descriptors and pom. 
-- 
View this message in context: http://www.nabble.com/Custom-assembly-descriptor-multiple-formats-issue-tp25979346p25979346.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