The plugin executes the wrong command if `longModulePath` is true and the module path contains spaces. In an arguments file, arguments that contain spaces must be enclosed in double quote characters and backslashes must be escaped. For instance, if the module path is `C:\Projects\Project name with spaces\target\classes`, then the arguments file must be: ``` -p "C:\\Projects\\Project name with spaces\\target\\classes" ```