Re: Reactor or Multiproject

2004-08-12 Thread Dion Gillard
If you use the multiproject plugin, you wont have to write stuff in maven.xml. Multiproject is a 'front-end' on to the reactor with common defaults as properties. On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All: > > Can anyone explain the difference between

Re: Reactor or Multiproject

2004-08-11 Thread pythonista
Thank you Dan. I will take a look at it. -ikaros On Wed, 11 Aug 2004 16:08:50 -0700, "dan tran" <[EMAIL PROTECTED]> said: > ikaros > > multiproject uses reactor. > > take a look at multiproject's plugin.jelly. > > -D > > On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] > <[EMAIL PROTEC

Re: Reactor or Multiproject

2004-08-11 Thread dan tran
ikaros multiproject uses reactor. take a look at multiproject's plugin.jelly. -D On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All: > > Can anyone explain the difference between using reactor and multiproject > plugin for projects with sub-projects. I hav

Reactor or Multiproject

2004-08-11 Thread pythonista
All: Can anyone explain the difference between using reactor and multiproject plugin for projects with sub-projects. I have seen some examples of both in the list archives, but am really foggy to what the difference is. thanks ikaros --

Re: reactor or multiproject

2004-03-12 Thread Stefan Groschupf
If you than also build your own plugins you are really flexible and this is the advantage of maven against ant. Hope this helps a little bit Yes, thanks it gives me the feeling to be not alone with the problems. ;) Thanks! Stefan -

Re: reactor or multiproject

2004-03-12 Thread Heiko Kundlacz
Hi, this is my way to solve dependencies. I have 5 Projects, some are dependent of each other. Project E is dependent of Project A. I have an reactor, starting all build Goals from Project A to E. I named the subfolders: 1_ProductA, 2_ProductB and so on. Project A will be deployed as a snapsh

Re: reactor or multiproject

2004-03-11 Thread Tim Chen
What you can do is check the output of a multiproject build. During the build you might see lines such as: java:compile (meaning that it is invoking the compile task of the java) You will see several of these that are repeated in every project build. Find the one that makes the most sense for what

reactor or multiproject

2004-03-11 Thread sg
Hi, well i really like maven very much but the documentation is a pain. A lot of colleagues still prefer Ant since there is a central and clear documentation. There is really enough maven documentation but it is not clear organized and very difficult to find the right information. Some part of

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 http://wiki.codehaus.or

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 generatio