Your opinion initially seemed good....but trying that solution, that is manually installing parent pom on the local repository of the machine where Continuum runs, once again I have the same problem:
my log say the same as your jira issue: 87577 [http-80-1] INFO org.apache.maven.continuum.Continuum:default - Created 0 projects. 87577 [http-80-1] INFO org.apache.maven.continuum.Continuum:default - Created 0 project groups. 87577 [http-80-1] INFO org.apache.maven.continuum.Continuum:default - 1 errors. 87577 [http-80-1] INFO org.apache.maven.continuum.Continuum:default - 1 errors during project add: 87577 [http-80-1] INFO org.apache.maven.continuum.Continuum:default - add.project.artifact.not.found.error And Continuum says again: Missing artifact trying to build the POM. Check that its parent POM is available or add it first in Continuum. So, it isn't a workaround, at least in my case. Can you explain me what's happen when I upload a pom using add project page? I mean, where does that uploaded pom go? Perhaps it is installed in local repo? Best regards Raffaele Wendy Smoak-3 wrote: > > On Wed, Jul 23, 2008 at 5:38 AM, Raffaele <[EMAIL PROTECTED]> wrote: > >> my parent is in a remote repository surely. >> Well, in this case, when I add child.pom project to Continuum, despite >> its >> parent is in a remote repository, Continuum says equally to me that >> parent >> pom is missing and so, adding child project fails! > > I think you're running into CONTINUUM-1789 [1] -- you can't add a > project if the parent pom is not already in the *local* repository on > the Continuum server. It will not go retrieve the parent from a > remote repo. > > The workaround is to install the parent into the local repository. > > [1] http://jira.codehaus.org/browse/CONTINUUM-1789 > > -- > Wendy > > -- View this message in context: http://www.nabble.com/Need-hint-about-parent-pom-not-in-svn-and-child-in-svn-tp18607951p18611153.html Sent from the Continuum - Users mailing list archive at Nabble.com.
