RE: Maven 2 directory structure for Multiple Modules configurable?

2005-04-18 Thread Jörg Schaible
Hi Joachim, Joachim Schreiber wrote on Saturday, April 16, 2005 6:28 PM: [snip] > When I now check out the complete trunk in the new Maven 2 > layout I have all ejbs (sub projects/modules) in one > directory and when I start the multi-project build all ejbs > are generated with e.g. xdoclet. Thi

Re: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Brett Porter
>After a checkout from a project I use in Maven 1 the maven-eclipse-plugin to >generate .classpath and .project. Is this working with the new directory >structure too? > > > I'm sure it should all work the same. I know the m2 eclipse plugin is not yet up to the same functionality as the m1 versi

RE: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Joachim Schreiber
> From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 16, 2005 4:07 PM > To: 'Maven Developers List' > Subject: RE: Maven 2 directory structure for Multiple Modules > configurable? [snip] > It's actually there... (unless I've misunderstoo

RE: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Vincent Massol
> -Original Message- > From: Joachim Schreiber [mailto:[EMAIL PROTECTED] > Sent: samedi 16 avril 2005 12:27 > To: dev@maven.apache.org > Subject: Maven 2 directory structure for Multiple Modules configurable? [snip] > +- pom.xml > +- my-app > | +- pom.xml > +- my-webapp > | +- pom.xml

Re: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Michal Maczka
Joachim Schreiber wrote: From: Michal Maczka [mailto:[EMAIL PROTECTED] AFAIK the only limitation which exists in eclipse is that project directories cannot overlap. Yes So you should be able to import to eclipse all projects, which contain java sources and are "leaves" in the direct

RE: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Joachim Schreiber
> From: Michal Maczka [mailto:[EMAIL PROTECTED] > AFAIK the only limitation which exists in eclipse is that project > directories cannot overlap. Yes > So you should be able to import to eclipse all projects, which contain > java sources and are "leaves" in the directory tree. > So in you case y

Re: Maven 2 directory structure for Multiple Modules configurable?

2005-04-16 Thread Michal Maczka
Joachim Schreiber wrote: [...] Now I read in the Getting Started section of the new Maven 2 documentation in Subsection Multiple Modules the new plans for creating multiple modules. I want to ask, is the new directory structure configurable? +- pom.xml +- my-app | +- pom.xml +- my-webapp | +- p