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-tp15282046s177p15296974.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]
