Re: Should I teach multiproject to climb up?

2004-09-08 Thread Jose Gonzalez Gomez
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

RE: Should I teach multiproject to climb up?

2004-09-08 Thread Jörg Schaible
Jose Gonzalez Gomez wrote on Tuesday, September 07, 2004 10:40 PM: Hi there, I have the following problem: I was trying to do a multiproject for a J2EE project, and followed some examples to build a tree structure with a top project containing common stuff like this:

Re: Should I teach multiproject to climb up?

2004-09-08 Thread Jose Gonzalez Gomez
Jörg Schaible wrote: Jose Gonzalez Gomez wrote on Tuesday, September 07, 2004 10:40 PM: Hi there, I have the following problem: I was trying to do a multiproject for a J2EE project, and followed some examples to build a tree structure with a top project containing common stuff like this:

RE: Should I teach multiproject to climb up?

2004-09-08 Thread Jörg Schaible
Jose Gonzalez Gomez wrote on Wednesday, September 08, 2004 11:51 AM: Ok, defining the following in project-root/project/project.properties did the trick: maven.multiproject.basedir=.. maven.multiproject.includes=*/*/project.xml Thanks a lot for your help Jose BTW:

Re: Should I teach multiproject to climb up?

2004-09-07 Thread Gilles Dodinet
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