R: Reactor infinite loop

2004-05-28 Thread Stefanutti, Mario
PROTECTED] Inviato: venerdì 28 maggio 2004 13.08 A: Maven Users List Oggetto: Re: Reactor infinite loop Ian, What you are doing here is overriding java:compile with this reactor definition, so the previous java:compile no longer exists. I'm guessing the default goal is something like &

Re: Reactor infinite loop

2004-05-28 Thread Brett Porter
Ian, What you are doing here is overriding java:compile with this reactor definition, so the previous java:compile no longer exists. I'm guessing the default goal is something like "jar" which runs java:compile, which runs this reactor, which runs the default goal which runs java:compile you

Re: Reactor infinite loop

2004-05-28 Thread Ian Neruda
> > Am I doing something wrong? > > Yup. The reactor includes itsef in the build, which > casuses infiniter > recursion. Try adding the following attribute. > > excludes="project.xml" > > hope this helps > R. I don't have project.xml in folder projects, so I don't have anything to exclude. An

Re: Reactor infinite loop

2004-05-28 Thread Rafal Krzewski
Ian Neruda wrote: -Maven -projects -maven.xml -Project1 -Project2 Maven.xml looks like this: Am I doing something wrong? Yup. The reactor includes itsef in the build, which casuses infiniter recursion. Try adding the following attribute. excludes="project.xml" hope thi

Reactor infinite loop

2004-05-28 Thread Ian Neruda
Hi! I'm trying to create reactor which would build all my projects but I get infinite loop. This is the end of maven dump when started in debug mode: final list of plugins to prepare: [] attaining goal build:start attaining goal java:compile Starting the reactor... Using userBuildPropertiesFile: