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: [email protected] For additional commands, e-mail: [email protected]
