That is really a pity. I would definetly need this to be able to use continuum with multiproject of maven 2. So I filed an issue:
http://jira.codehaus.org/browse/CONTINUUM-437 hope to see this fixed soon. regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > it doesn't work for the moment. Actually, you can only modules in > sub-directories of > parent project like this : > root > + pom.xml <= your parent project > + moduleA > + moduleB > > and define in pom.xml modules like this : > <modules> > <module>moduleA</module> > <module>moduleB</module> > </modules> > > Please, file an issue for this. > > Emmanuel > > Wim Deblauwe a écrit : > > Hi, > > > > I'm testing with multiproject like this: > > > > root > > + project > > + moduleA > > + moduleB > > > > each one has a pom.xml defined. The pom of the project has a <modules/> > > section as follows: > > > > <modules> > > <module>../moduleA</module> > > <module>../moduleB</module> > > </modules> > > > > When I try to add the pom of "project", continuum fails with an error: > > > > Could not download > > file:/C:/DOCUME~1/WIMD/LOCALS~1/Temp/summit-4/../moduleA/pom.xml: > > C:\DOCUME~1\WIMD\LOCALS~1\Temp\summit-4\..\moduleA\pom.xml (The system > > cannot find the path specified) > > > > any ideas? > > > > regards, > > > > Wim > > > >
