altDeploymentRepository - deploy plugin

2010-07-02 Thread Shan Syed
how can I specify security info (username/password) for the target repo, using this parameter with the deploy:deploy goal? it takes the URL, format, and ID only thanks - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: altDeploymentRepository - deploy plugin

2010-07-02 Thread Anders Hammar
The username/password goes in the settings.xml. You use the id to reference that. http://maven.apache.org/settings.html#Servers /Anders On Fri, Jul 2, 2010 at 22:29, Shan Syed shan...@gmail.com wrote: how can I specify security info (username/password) for the target repo, using this

Re: altDeploymentRepository - deploy plugin

2010-07-02 Thread Shan Syed
ah ok - I was looking for a completely decoupled way (via command line) of specifying all deployment params, without having to change config On Fri, Jul 2, 2010 at 5:06 PM, Anders Hammar and...@hammar.net wrote: The username/password goes in the settings.xml. You use the id to reference that.