Hi,

look hier: http://maven.apache.org/scm/cvs.html

I think, it's helpfull for you.

Alexander Vaysberg
fflyw schrieb:
Hi

Do anybody know how toconfiguere <scm> connection for extssh?

I did use
scm:cvs:extssh:${serv}:/shr/csvroot......

and ran mvn release:prepare

but this do not work, it throws problem - unknown transport extssh

I did try use

scm:cvs:ext:${serv}:/shr/csvroot...... instead, but

but it throws

[INFO] Executing: cvs -z3 -f -d :ext:m...@mylex:/shr/csvroot -n -q update -d
[INFO] Working directory: C:\projekts\lims\workspace\lims
java.lang.IllegalArgumentException: password argument is null
        at
ch.ethz.ssh2.Connection.authenticateWithPassword(Connection.java:307)

even i have setted <password> and <username> in plugin configuration

if i ran mvn release:prepare -Dmaven.scm.provider.cvs.implementation=cvs_native build freezes on [INFO] Executing: cvs -z3 -f -d :ext:m...@mylex:/shr/csvroot -n -q update -d
[INFO] Working directory: C:\projekts\lims\workspace\lims

why?

can somebody help me?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to