Re: Maven - build project from SVN

2008-12-05 Thread Stephen Connolly
Hi, AFAIK, there is nothing you can do to avoid the project being checked out of SVN in order to build it. So ***If I understand your question correctly*** you are looking for a maven command that will do the checkout for you and then build locally, do you also want it to tidy up afterwards for

Re: Maven - build project from SVN

2008-12-05 Thread Harshal Joshi
Stephen, Thanks man!!! You understand my requirement correctly, I want to checkout files on local and build it locally but it should automatic process, I don't want to manually checkout files. I have gone through what you have suggested and check url also and applied scm stuff in pom file. my

RE: Maven - build project from SVN

2008-12-05 Thread Nord, James
Joshi, Your SCM url is incorrect. See http://maven.apache.org/scm/subversion.html /James -Original Message- From: Harshal Joshi [mailto:[EMAIL PROTECTED] Sent: 05 December 2008 10:01 To: Maven Users List Cc: [EMAIL PROTECTED] Subject: Re: Maven - build project from SVN

Re: Maven - build project from SVN

2008-12-05 Thread Rusty Wright
Mine looks like the following: scm developerConnectionscm:svn:svn+ssh://[EMAIL PROTECTED]/andsoforth/developerConnection /scm Harshal Joshi wrote: Stephen, Thanks man!!! You understand my requirement correctly, I want to checkout files on local and build it locally but it