Hi, I made a maven project where the assembly plugin creates a zip file. I want that zip file to be included in the site. In my opinion the best way to enforce the presence of that zip file would be add the "package" lifecycle to the site lifecycle on phase "pre-site". How can I modify the default site lifecycle without writing a new plugin for that?
kind regards, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
