I got the same a few weeks ago and posted, but no replies yet.
On 16/12/05, Sri Sankaran <[EMAIL PROTECTED]> wrote: > > I wanted to run the surefire-report:report goal as part of the test > phase. So, I add the following to my pom > > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>surefire-report-maven-plugin</artifactId> > <version>2.0-beta-1</version> > <executions> > <execution> > <phase>test</phase> > <goals><goal>report</goal></goals> > </execution> > </executions> > </plugin> > </plugins> > > This results in an infinite loop of the test:test goal. > > What am I doing wrong? > > Sri > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
