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