Let me add some more: 1- I cannot use any scp, so need a solution that uses "file:/"; hence, I am trying to use deploy-file.
2- Is there a separate command that updates the metadata info that is wrapped when doing deploy or deploy:deploy? 3- I would like to avoid having to build from source everytime I need to deploy the plugin to remote sites. Thanks. nadias wrote: > > Actually, I would like to use deploy:deploy-file but since it doesn't > update the metadata, I would like to force it to update the metadata > somehow - similar to how deploy or deploy:deploy works. > > Is there a way to deploy plugins without having to compile them from > source? > > > > Wendy Smoak-3 wrote: >> >> On Feb 4, 2008 6:57 PM, nadias <[EMAIL PROTECTED]> wrote: >> >>> What is the command that updates the metadata when we use Maven's >>> deploy:deploy? >> >> -DupdateReleaseInfo=true perhaps? >> >> http://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html >> >> And you probably want 'mvn deploy' (the lifecycle phase) rather than >> 'mvn deploy:deploy' (plugin:goal syntax). >> >> -- >> Wendy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/Updating-Meta-Data-tp15282046s177p15296976.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]
