Our applications are deployed to internal servers - either to JBoss as a web application or to a directory on a specified server for exection by a scheduling system. We have development, staging, and production environments that we need the ability to deploy to consistenly and easily.
Maven's usage of the word "deploy" clashes with how I have always thought of "deploy". Maven's deploy plug-in outputs to an artifact repository. Is this the end of the line for the maven life cycle, or is there a plug-in that allows you to transfer the artifact to a development, staging, or production server based on the profile set? If this is not supported by Maven, how are the rest of you distributing your artifacts for execution? Thanks, -Ken -- View this message in context: http://www.nabble.com/Maven2---deploy-archive-to-server--tf4840083s177.html#a13847417 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
