Thanks, but I didn't quite follow.. Where should I put the svn URL? To the pom I upload to Continuum? Or should I use the svn URL to add the project?

I have added the SCM to the poms, and project is added nicely and the sources are download from the svn if I remove the modules. With modules it does what I described.

-Mikko

Emmanuel Venisse wrote:
Continuum try to download modules with an url created from the url you added. But your url is an url in a maven repository and modules aren't in a subdirectory.
You can provide a http url to your svn instead of maven repo.

Emmanuel

Mikko Wuokko a écrit :
Hi.

I'm trying to get our Maven2 project integrated into Continuum, but so far haven't had luck.

Simplified I got this kind of situation:

1 parent pom which has could of modules inside, like this

Parent POM
   |
   |--ModuleA
   |--ModuleB

The files in the svn are like this

Parent/
Parent/ModuleA
Parent/ModuleB

When I try to upload the parent pom, it does find the modules, but then it tries to download the pom.xml(!) for the modules and fails..

The modules have parent reference to the parent pom all share the same groupId.

URL looks like these:

The parent url is here
http://myhost.com/maven2repo/org/mygoupid/myartefactid/version1.0/myartefactid-version1.0.pom

The url for the modules pom.xml:
http://myhost.com/maven2repo/org/mygoupid/myartefactid/version1.0/moduleArtefactId/pom.xml

That of course does not exist.

Can someone tell me if I have totally missed out something?
Am I explaining this in the wrong way?

Here also the some output from the continuum log:

INFO | jvm 1 | 2007/03/29 14:02:46 | 2007-03-29 14:02:46,597 [SocketListener0-1] INFO Action:login -
Trying to log in 'admin'.
INFO   | jvm 1    | 2007/03/29 14:02:46 | username: admin
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,102 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two -builder - Downloading http://kplab.evtek.fi/maven2/org/kplab/kplab/1.0/kplab-1.0.pom INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,167 [SocketListener0-1] DEBUG PlexusContainer -
Profile with id: 'jetspeed-mysql' has been explicitly activated.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,167 [SocketListener0-1] DEBUG PlexusContainer -
Profile with id: 'jetspeed-settings' has been explicitly activated.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,220 [SocketListener0-1] DEBUG PlexusContainer -
Profile with id: 'jetspeed-mysql' has been explicitly activated.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,220 [SocketListener0-1] DEBUG PlexusContainer -
Profile with id: 'jetspeed-settings' has been explicitly activated.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,230 [SocketListener0-1] INFO ContinuumProjectBuilder:maven-two -builder - Downloading http://kplab.evtek.fi/maven2/org/kplab/kplab/1.0/kplab/ajaxcontroller/pom.xml INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,233 [SocketListener0-1] INFO Continuum -
Created 1 projects.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,233 [SocketListener0-1] INFO Continuum -
Created 1 project groups.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,233 [SocketListener0-1] INFO Continuum -
1 warnings.
INFO | jvm 1 | 2007/03/29 14:02:53 | 2007-03-29 14:02:53,233 [SocketListener0-1] INFO Continuum - Could not download http://kplab.evtek.fi/maven2/org/kplab/kplab/1.0/kplab/ajaxcontroller/pom.xml: Unable to validate URL


Thank you,

Mikko Wuokko




Reply via email to