You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to open the MAVEN PROJECTS > Plugins tab within my project there is the following error message:
Spawn {"command":"mvn","args":["help:effective-pom","-Doutput=\"c:\\Users\\Mr Sinamun\\AppData\\Roaming\\Code\\User\\workspaceStorage\\7acaa3e44d8a285ba3a632c9cfa8f64b\\vscjava.vscode-maven\\2878fcfd49346ba9c689d26d3cf16622\"","-f","c:\\Users\\Mr Sinamun\\IdeaProjects\\ps_18_gruppe42\\pom.xml"]}
POM file c:\Users\Mr Sinamun specified the -f/--file command-line argument does not exist
I think this happens because my project resides in a path with a space: ...\\Mr Sinamun\\....
This bug does not happen when the project is moved to c:\.
To Reproduce
Steps to reproduce the behavior:
Open a Maven Project within a path with space. (e. g. C:\Users\Mr Sinamun\myproject)
Go to 'Maven Projects'
Click on 'Plugins'
See error
Expected behavior
The MAVEN PROJECTS > Plugins tab should open even when the project resides in a path with a space.
Environments
OS: Windows 10
VS Code version: 1.33 (user setup)
Extension version 0.16.0
Maven 3.6.0
The text was updated successfully, but these errors were encountered:
conscribtor
changed the title
Whitespace not escaped in project path
Error when whitespace in project path
Apr 9, 2019
Describe the bug
When trying to open the MAVEN PROJECTS > Plugins tab within my project there is the following error message:
I think this happens because my project resides in a path with a space:
...\\Mr Sinamun\\....
This bug does not happen when the project is moved to
c:\
.To Reproduce
Steps to reproduce the behavior:
C:\Users\Mr Sinamun\myproject
)Expected behavior
The MAVEN PROJECTS > Plugins tab should open even when the project resides in a path with a space.
Environments
The text was updated successfully, but these errors were encountered: