Wayne Fay wrote > > Deploy has a particular meaning in the world of Maven, which means to > "push the resulting build file into a Maven repo." > > Maven doesn't really have a specific answer for how users should > propagate their build artifacts to various environment-specific > servers. This is seen as outside of Maven's core responsibility which > is mostly to "build stuff." You may find the Cargo plugin to be > helpful, or other plugins. > > Wayne > > Quoted from: http://maven.40175.n5.nabble.com/Help-me-to-understand-this-unpack-dependencies-tp5712889p5712897.html
I found this interesting article, almost answered all my questions. We can use this unpack to download the deployment unit, extract it if this is run from the server to be deployed. This can be done by run the build from a build agent installed on this server. Then I just need to add another step to run the deployment script been extracted from the zip. http://www.sonatype.com/people/2008/04/how-to-share-resources-across-projects-in-maven/ -- View this message in context: http://maven.40175.n5.nabble.com/Help-me-to-understand-this-unpack-dependencies-tp5712889p5712927.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]
