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
--
View this message in context:
http://www.nabble.com/mvn-release-plugin-with-extssh-tp25693455p25693455.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]