Are you meaning when you add a new Maven2 project in continuum ?
-----Original Message-----
From: Radek.Kavan@billboard.cz [mailto:Radek.Kavan@billboard.cz]
Sent: 13 August 2008 15:04
To: users@continuum.apache.org
Subject: RE: connect to CVS via POM url
I have in wrapper.conf
wrapper.java.additional.9=-Dmaven.scm.provider.cvs.implementation=cvs_na
tive,
but i can't connect to my cvs server :-(
"Jeffery, Mark" <MJeffery@fnb.co.za>
13.08.2008 14:50
Please respond to
users@continuum.apache.org
To
<users@continuum.apache.org>
cc
Subject
RE: connect to CVS via POM url
Add the following to your wrapper.conf
wrapper.java.additional.9=-Dmaven.scm.provider.cvs.implementation=cvs_na
tive
if you have done a default install
or add
-Dmaven.scm.provider.cvs.implementation=cvs_native
To you startup environment vars
-----Original Message-----
From: Radek.Kavan@billboard.cz [mailto:Radek.Kavan@billboard.cz]
Sent: 13 August 2008 14:41
To: users@continuum.apache.org
Subject: connect to CVS via POM url
Hello,
i have problem with add Maven project.
i don't know what write into POM URL.
I tried scm:cvs:ext:john@192.168.0.6:/home/john/cvsrepos/cvsroot:App,
but every options were bad.
In enviroment variable i have CVS_RSH=/usr/bin/ssh
My cvs server has address: 192.168.0.6 and i connect to cvs server via
ssh.
Login user is john and project name is App.
What is wrong?
>From command line is everything ok.
Example from CLI:
export CVS_RSH=/usr/bin/ssh
export CVSROOT=:ext:bill@192.168.0.6:/home/john/cvsrepos/cvsroot/
/usr/bin/cvs checkout App
Regards
Radek Kavan
To read FirstRand Bank's Disclaimer for this email click on the
following
address or copy into your Internet browser:
https://www.fnb.co.za/disclaimer.html
If you are unable to access the Disclaimer, send a blank e-mail to
firstrandbankdisclaimer@fnb.co.za and we will send you a copy of the
Disclaimer.
To read FirstRand Bank's Disclaimer for this email click on the following address or copy
into your Internet browser:
https://www.fnb.co.za/disclaimer.html
If you are unable to access the Disclaimer, send a blank e-mail to
firstrandbankdisclaimer@fnb.co.za and we will send you a copy of the Disclaimer.
|