You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Oliver <Ol...@bluesphere.co.za> on 2006/08/15 13:00:32 UTC

adding maven 2 projects

Hi there

 

I'm trying to add a maven 2 project (with child modules) to continuum.

The documentation says to provide a URL to the pom. I've tried to use
the svn url to the pom, but it states that it is not a valid url, for
example: http://server:8080/svn/trunk/pom.xml

 

What type of URL does Continuum require?

 

Kind Regards

Oliver Loe

 


Re: adding maven 2 projects

Posted by Emmanuel Venisse <em...@venisse.net>.
supported url are http, https, ftp and file (if allowed in continuum conf file)

Emmanuel

Oliver a écrit :
> Hi there
> 
>  
> 
> I'm trying to add a maven 2 project (with child modules) to continuum.
> 
> The documentation says to provide a URL to the pom. I've tried to use
> the svn url to the pom, but it states that it is not a valid url, for
> example: http://server:8080/svn/trunk/pom.xml
> 
>  
> 
> What type of URL does Continuum require?
> 
>  
> 
> Kind Regards
> 
> Oliver Loe
> 
>  
> 
> 


Re: adding maven 2 projects - invalid url

Posted by Jesse McConnell <je...@gmail.com>.
I wasn't able to hit that url...

definitely check the certificates though, that is a common issue

On 8/15/06, Satish <sa...@sharefare.com> wrote:
>
>
>
>
> I am having a similar problem, but need to specify the url, as i have couple
> of modules
> specified in the top level pom.
>
> http://code.sharefare.com/trunk/pom.xml - this is the url am giiving, which
> is working fine
> from any browser, but continum says it's invalid URL any input
> --
> View this message in context: http://www.nabble.com/adding-maven-2-projects-tf2108593.html#a5822632
> Sent from the Continuum - Users forum at Nabble.com.
>
>


-- 
jesse mcconnell
jesse.mcconnell@gmail.com

Re: adding maven 2 projects - invalid url

Posted by Satish <sa...@sharefare.com>.



I am having a similar problem, but need to specify the url, as i have couple
of modules
specified in the top level pom.

http://code.sharefare.com/trunk/pom.xml - this is the url am giiving, which
is working fine
from any browser, but continum says it's invalid URL any input
-- 
View this message in context: http://www.nabble.com/adding-maven-2-projects-tf2108593.html#a5822632
Sent from the Continuum - Users forum at Nabble.com.


Re: adding maven 2 projects

Posted by Gail Bowman <ga...@harvard.edu>.
I was having trouble configuring a maven 2 project in continuum because 
I thought that you
should be able to configure it similarly to an ant project.  There I 
could tell continuum the location of the
build.xml in the scm.

But with maven 2 I was only able to configure a project by copying the 
current pom.xml to the file system
and referencing it there. I used the http protocol. After the project 
was configured it seemed to know about the scm configuration and then 
seemed to pick-up new versions of the pom.xml from the scm.

Gail

Oliver wrote:

>Hi there
>
> 
>
>I'm trying to add a maven 2 project (with child modules) to continuum.
>
>The documentation says to provide a URL to the pom. I've tried to use
>the svn url to the pom, but it states that it is not a valid url, for
>example: http://server:8080/svn/trunk/pom.xml
>
> 
>
>What type of URL does Continuum require?
>
> 
>
>Kind Regards
>
>Oliver Loe
>
> 
>
>
>  
>