[ 
http://jira.codehaus.org/browse/SUREFIRE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95966
 ] 

Mike Youngstrom commented on SUREFIRE-257:
------------------------------------------

I'm attempting to use report-only but I cannot seem to get maven to only 
execute "report-only" and not "report".  It still executes both report-only and 
report hence my tests are still being executed again when "report" runs.  Any 
ideas?

                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-surefire-report-plugin</artifactId>
                        <version>2.3</version>
                        <executions>
                                <execution>
                                        <goals>
                                                <goal>report-only</goal>
                                        </goals>
                                </execution>
                        </executions>
                    </plugin>

> surefire-report reruns tests
> ----------------------------
>
>                 Key: SUREFIRE-257
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-257
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: report plugin
>         Environment: maven 2.0
>            Reporter: Dirk Sturzebecher
>             Fix For: 2.4
>
>         Attachments: MSUREFIREREP-6-patch.txt
>
>
> surefire-report reruns the tests. In my case this is not just annoying, but 
> leads to a failure, as the VM (probably) is reused and leftovers from the 
> first tests are (definitly) still present.
> I run maven with: clean package site

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to