[ https://issues.apache.org/jira/browse/SUREFIRE-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908202#comment-17908202 ]
Romain Manni-Bucau commented on SUREFIRE-1943: ---------------------------------------------- executionid can be injected in the mojo (must be sanitized likely with a regex replacing all not alphanum/-/_ chars by an iphen for ex) - see [https://github.com/apache/maven/blob/master/impl/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java#L218] . > give surefirebooter jar an useful name > -------------------------------------- > > Key: SUREFIRE-1943 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1943 > Project: Maven Surefire > Issue Type: Improvement > Reporter: Romain Manni-Bucau > Priority: Trivial > > Surefire booter jar name generally looks like "surefirebooter<number>.jar". > Would be way better to name it > "surefirebooter-<artifactId>-<executionId>.jar" since it would enable to > identify it using jps (or equivalent) very quickly and is not that crazy > since all the info are in the mojo anyway. -- This message was sent by Atlassian Jira (v8.20.10#820010)