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: preferred workflow j2ee project: maven reactor or multiproject goal?

2004-02-24 Thread Jim Crossley
I think the multiproject goal uses the reactor internally. You could probably use either, but the multiproject stuff *should* be simpler. Jim Johan Andries [EMAIL PROTECTED] writes: Hello, I've been reading through the Maven wiki today and noticed that on the