[ https://issues.apache.org/jira/browse/SUREFIRE-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801398#comment-17801398 ]
Michael Osipov commented on SUREFIRE-1810: ------------------------------------------ I have found the cause. The Jacoco Maven Plugin is broken/fucked up/trying to be smart. > Surefire plugin SurefireBooterForkException if path has Spaces in the name > -------------------------------------------------------------------------- > > Key: SUREFIRE-1810 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1810 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin > Affects Versions: 3.0.0-M4 > Environment: OS: Microsoft Windows 10 Pro 10.0.19041 Build 19041 > Maven: 3.6.3 > Java: "11.0.7" 2020-04-14 LTS | Java(TM) SE Runtime Environment 18.9 (build > 11.0.7+8-LTS) | Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, > mixed mode) > Reporter: Tiago Jorge Proença Gaspar Casinhas > Priority: Major > Labels: newbie > Attachments: 2020-06-26T09-50-50_242.dumpstream, dump2.txt > > > When I attempt to run tests using `mvn clean install` or similar commands > that run through the verify phase, I get a SurefireBooterForkException if the > path to my project contains any space. > Example: +C:\Users\tcasinhas\Documents\Git\My Project\mproj-subproj-cases+ > > If I remove the space, the build runs sucessfully. > Example: +C:\Users\tcasinhas\Documents\Git\My-Project\mproj-subproj-cases+ > Notes: > I ommited the company and project name, but left everything else in the dump > as is. -- This message was sent by Atlassian Jira (v8.20.10#820010)