Re: Invalid scm url problem

2007-02-28 Thread Heeole
Ronald Pieterse rpieterse at tripolis.com writes: I'm trying to put a Maven 2 multi module project into Continuum but for some reason I can't seem to get the scm-url right (according to Continuum). My project is set up as follows: I have a parent module which holds no source code, only a

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
svn:// or scm:svn:// aren't standard protocols, so continuum doesn't accept them. In the Add Project page, you can use only http(s)/ftp/file protocols. file protocol is allowed only if it's configured in application.xml Emmanuel Ronald Pieterse a écrit : I'm trying to put a Maven 2 multi

Re: Invalid scm url problem

2007-02-19 Thread Ronald Pieterse
I know, maybe I explained it wrong. On the 'Add Project' page I provide the url to my repo which is available through our intranet with http://development/repos/projectname/trunk/parentmodule/pom.xml It creates the projects (submodules are on same physical level as parent for proper IDE

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
oh, I see. Your scm url is wrong because it doesn't respect the format (http://maven.apache.org/scm/subversion.html) it must be scm:svn:svn://... Emmanuel Ronald Pieterse a écrit : I know, maybe I explained it wrong. On the 'Add Project' page I provide the url to my repo which is available

Re: Invalid scm url problem

2007-02-19 Thread Ronald Pieterse
Thank you, that did the trick. So I've learned I should read the documentation more carefully... :-) Now another question popped up about notifiers. Since I have multiple projects in Continuum now, for each submodule one seperate project, is there a way to only define the notifiers once or do I

Re: Invalid scm url problem

2007-02-19 Thread Emmanuel Venisse
You can define it once if you declare it in the parent pom. It will be inherited in modules. Emmanuel Ronald Pieterse a écrit : Thank you, that did the trick. So I've learned I should read the documentation more carefully... :-) Now another question popped up about notifiers. Since I have