Depends of what you want. If you want a multi-modules project then I think the answer is no. If you want to have a common parent pom, there is no problem, you can put it wherever you want. Just don't declare any modules in your pom.
On 3/29/06, Dario Luis Coneglian Oliveros <[EMAIL PROTECTED]> wrote: > Hi there, > > Does anybody know if there's a way to create a multiproject by having > its modules in a different directory depth level ? > AFAIK, when setting up a multiproject, its respective modules must be > placed under it as subdirectories. > I would like to have something as follows: > > + Project > - pom.xml > + components > + Comp1 > - pom.xml > ... > + CompN > - pom.xml > > Thanks, > Dário > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
