multilevel POM inheritance

2004-03-31 Thread Johan Andries
Hello, I've been browsing through all kinds of Maven info (docs, wiki, mail archive, I'net) concerning multilevel POM inheritance. AFAIK the conclusion is that multilevel inheritance will only be fully supported in Maven Next Generation. I've done a small test though and when one performs

preferred workflow j2ee project: maven reactor or multiproject goal?

2004-02-24 Thread Johan Andries
Hello, I've been reading through the Maven wiki today and noticed that on the http://wiki.codehaus.org/maven/CreatingJ2eeApplications page, the multiproject goal is used for artifact generation. I suppose today's specific workflow for j2ee projects (define interfaces + meta tags, code

Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread Johan Andries
Hello, AFAIK the only solution to specify multiple source dirs which is available at the moment can be found at: http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e 6b2009275529746f011a9ebcd. Also have a peek at http://wiki.codehaus.org/maven/CreatingJ2eeApplications.

specifying more memory for the JVM

2004-01-20 Thread Johan Andries
information. I know it's possible in ant, so I guess it's possible in Maven as well? regards, Johan Andries

Re: specifying more memory for the JVM

2004-01-20 Thread Johan Andries
Thanks to you all for the detailed and specific information! At first I thought that maybe Maven spawns its goals in separate instances of the JVM (just as one can specify in the Ant Java task) so therefore there might have been a possibility to give an option to maven itself in order to let this