You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Shan Syed <sh...@gmail.com> on 2010/07/02 22:29:32 UTC

altDeploymentRepository - deploy plugin

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-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: altDeploymentRepository - deploy plugin

Posted by Shan Syed <sh...@gmail.com>.
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 <an...@hammar.net> wrote:
> 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 <sh...@gmail.com> wrote:
>
>> 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-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: altDeploymentRepository - deploy plugin

Posted by Anders Hammar <an...@hammar.net>.
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 <sh...@gmail.com> wrote:

> 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-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>