Gilles Dodinet wrote:

Jose Gonzalez Gomez wrote:

project-root
project
project.xml
maven.xml
project.properties [including maven.multiproject.includes=../*/*/project.xml]
modules
first-module [maven stuff inside, including <extend>${basedir}/../../project/project.xml</extend>]
second-module [maven stuff inside, including <extend>${basedir}/../../project/project.xml</extend>]


and found that multiproject was no longer finding the projects under modules/. Is this expected behavior, or have I found a bug? Maybe I'm doing anything silly? Is there any way to make this work?



i may be wrong but shouldnot then become : maven.multiproject.includes=../*/project.xml and
<extend>${basedir}/../project/project.xml</extend> ? perhaps this is just a typo in your mail..


regards,

-- gd

From project-root/project/project.xml I want to include project-root/modules/first-module/project.xml. So the ../ puts me in project-root, and then */*/ matches modules/first-module. Am I wrong?


   Regards
   Jose

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to