Attached is the output of a run with the -X option.  Other than seeing the same 
steps repeating, I don't see the *cause* of the problem.

Sri
 

> -----Original Message-----
> From: Allan Ramirez [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 16, 2005 3:53 AM
> To: Maven Users List
> Subject: Re: [m2] Adding surefire-report => Infinite loop
> 
> I cant replicate this issue. It is working in my copy. Can 
> you paste the log with -X arguement?
> 
> -allan
> 
> Sri Sankaran 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]
> >
> >
> >
> >  
> >
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to