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 &
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
> > 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
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
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: