Hi
In my pom.xml file I have the following scm url:

scm:cvs:pserver:${cvs.username}:[EMAIL PROTECTED]:/cvs/:project

The properties cvs.username and cvs.password are defined in my settings.xml file. After executing mvn release:prepare my scm url looks like this:

scm:cvs:pserver:my-username:[EMAIL PROTECTED]:/cvs/:project

Note that ${cvs.username} has been replaces with 'my-username' and ${cvs.password} with 'my-password'.

Is there an other way to make the username and password configurable?

Cheers, michael





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to