(with appropriate substitutions of course) In our topmost pom for the
project we use:
<scm>
<developerConnection>scm:svn:https://svnhost/svnrepo/trunk</developerConnection>
</scm>
and in the settings.xml (of those allowed to do releases) we put both
server entries:
<servers>
<server>
<id>libs-releases</id>
<username>thereleaseuser</username>
<password>thereleasepassword</password>
</server>
<server>
<id>libs-snapshots</id>
<username>thedeveloperuser</username>
<password>thedeveloperpassword</password>
</server>
</servers>
Regards,
Gord Cody
On Mon, May 4, 2009 at 5:46 AM, Baptiste MATHUS <[email protected]> wrote:
> Hi,
>
> In the documentation of the mojo (btw, you didn't say which goal you were
> speaking) of the release:prepare for example:
>
> http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html
>
> username/password.
>
> Cheers.
>
> 2009/5/1 David Hoffer <[email protected]>
>
>> How can I specify the username/password to be used by the release plugin in
>> the settings.xml file (or other system approach)? Normally this is set in
>> the settings.xml and refereed to elsewhere by it's id but how is this
>> refereed by the SCM?
>>
>> -Dave
>>
>
>
>
> --
> Baptiste <Batmat> MATHUS - http://batmat.net
> Sauvez un arbre,
> Mangez un castor !
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]