Yann LE DU wrote:
Hi Johnny,
AFAIK, you can only add an M2 project using http://,
https :// or ftp:// protocol. file:// isn't supported
yet due to security issues, but will be in alpha-3
through an uploader. I didn't see anything about svn://
I have the same issue as you, so I put my POMs on an
Apache server, so I can use http:// When alpha-3 is
released, I guess I'll be able to use the file uploader.
See also :
http://maven.apache.org/continuum/getting-started.html
http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200505.mbox/[EMAIL
PROTECTED]
http://jira.codehaus.org/browse/CONTINUUM-148
http://jira.codehaus.org/browse/CONTINUUM-155
Anybody, please correct me if I'm wrong :)
Regards,
Yann
---------- Mail d'origine -----------
De : "Johnny Ruiz" [EMAIL PROTECTED]
A : [email protected]
Cc :
Date : Fri, 01 Jul 2005 17:14:42 +0800
Objet : Help on Adding Projects in Continuum
-Hi,
-
-i have a sample project in my local filesystem.. i
create svn
-repository in my pc and the address of my pom is ..
-svn://localhost:3690/svnrepo/junit-sample/pom.xml.. i
tried to add this
-project but the continuum web says its an invalid
URL.. Am I missing
-something?
-
-I've tried adding projects that are in
http://svn.apache.org and I have
-successfully added them. I just want to know if it is
possible to add
-projects that are in my local svn repository?
-
-Thanks,
-Johnn
-
Thanks a lot :). I'll try to set up my SVN on an Apache Server so I can
test if I can make it work.