what do your poms look like? I imported a multi-module pom ok. Alistair
-- mov eax,1 mov ebx,0 int 80h > 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 >
