You can build the project if the pom is exposed via http. SCM's like svn do that by default.
What we do is just create a softlink in our /var/www/html dir to the pom file. It is a once off, because any updates are seen by Continuum because it checks out the pom on every build -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2008 15:19 To: [email protected] Subject: RE: connect to CVS via POM url So, i can't build my project directly from my cvs server? Only via ftp or http? Ok, i will find other tool for continual building, but continuum is very good. Thank you for your time "Jeffery, Mark" <[EMAIL PROTECTED]> 13.08.2008 15:12 Please respond to [email protected] To <[email protected]> cc Subject RE: connect to CVS via POM url See http://continuum.apache.org/docs/1.1/user_guides/managing_project/addPro ject.html#Maven_2_project ----------------------------------------------------------------------- The pom.xml file must be available through one of the following format : http, https and ftp (file protocol is off by default for security and must enabled manually). ----------------------------------------------------------------------- You cannot enter a scm url when adding a new maven2 project. I think it is logged on jira as an enhancement. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2008 15:04 To: [email protected] 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" <[EMAIL PROTECTED]> 13.08.2008 14:50 Please respond to [email protected] To <[email protected]> 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 August 2008 14:41 To: [email protected] 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:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] and we will send you a copy of the Disclaimer.
