You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/22 11:18:00 UTC

[jira] [Commented] (MSITE-650) Problem with multiple executions of surefire within site plugin 3.0

    [ https://issues.apache.org/jira/browse/MSITE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001879#comment-17001879 ] 

Elliotte Rusty Harold commented on MSITE-650:
---------------------------------------------

was this fixed?

> Problem with multiple executions of surefire within site plugin 3.0
> -------------------------------------------------------------------
>
>                 Key: MSITE-650
>                 URL: https://issues.apache.org/jira/browse/MSITE-650
>             Project: Maven Site Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Kristian Rosenvold
>            Priority: Major
>             Fix For: backlog
>
>         Attachments: fooproject.tar.gz, mvn_X_install_fooproject.txt, mvn_X_site_fooproject.txt, mvninstall_fooproject.txt, mvnsite_3.4-SNAPSHOT.txt, mvnsite_fooproject.txt
>
>
> There is a test project attached to SUREFIRE-905 that has a total of 4 executions of surefire, with different configuration for each.
> When running "mvn clean install" inside this project, surefire gets executed 4 times as expected. When running "mvn site" only the first execution gets run, the last three get stopped by the configuration-checksum in surefire, indicating they get executed with the *same* configuration as the default execution.  (Surefire creates a SHA1 hash of all the mojo parameters to avoid re-running the same configuration, which is why I conclude the three executions get the same configuration as the default config)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)