Tiago Jorge Proença Gaspar Casinhas created SUREFIRE-1810:
-------------------------------------------------------------
Summary: 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-M5
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
Attachments: 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.3.4#803005)