Re: assemblies

2009-10-26 Thread Christian Grobmeier
ating a real assembly: "An "assembly" is a group of files, directories, and dependencies that are assembled into an archive format and distributed". Since I distinguish between package and assembly, i think its much more cleaner to make this work with assembly plugin. Finally

Re: assemblies

2009-10-26 Thread Christian Hammers
Hello I'd rather like to have the creation of the zip files back in the package phase. After all that's what "package" is intended for. If you want the phpdoc be contained in the zip, it should be run in the package phase as well. The maven-javadoc-plugin suggests this as well if one wants to dis

Re: assemblies

2009-10-25 Thread Christian Grobmeier
Hi, > If I understood Maven life cycles correctly, the default lifecycle > with compile and package is supposed to run without having to run the > site lifecycle in between > The problematic line is: >          true No, its because I appended the assembly to the package phase. We should delet

assemblies

2009-10-24 Thread Christian Hammers
Hi Now "mvn clean && mvn package" fails: [INFO] [assembly:assembly {execution: make-assembly}] [INFO] Reading assembly descriptor: src/assembly/bin.xml [INFO] [ERROR] BUILD FAILURE [INF