I have a multi-module maven project and when I run the release goal and deploy the web site for this project I want to create a zip of the artifacts and all their dependents. I would like this zip file to be downloadable from the deployed web site.
How can I do this? I have used the assembly plugin in the past but that requires a different command to be run (not part of release) plus it doesn't integrate with the web site. I am not clear how dependency-maven-plugin and maven-dependency-plugin are to be used (and how they differ). What's the best way to do this? -- View this message in context: http://www.nabble.com/How-to-create-zip-of-all-artifacts-during-release-goal--tf2543635s177.html#a7087474 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
