Re: assemblies

2009-10-26 Thread Christian Grobmeier
Hi Christian, > 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. I don't think that the package phase is intended for the creation of several zip/gz whatever. From the mvn docs, it's just here to: "take the compile

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