microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
181 stars 88 forks source link

Failed to calculate Effective POM. Please check output window 'Maven for Java' for more details. #974

Closed Sujeet786456 closed 9 months ago

iwoodu commented 10 months ago

I receive the same error. Additional details below:

Spawn {"command":"\"${config:maven.home}mvn.cmd\"","args":["-B","-Doutput=\"c:\Users\myId\AppData\Roaming\Code\User\workspaceStorage\f07e8dd5926fc63e6d7a5f2d488d1353\vscjava.vscode-maven\c89b0251f42f7fada3fa9249588b544b.epom\"","help:effective-pom","-f","\"c:\Users\myId\Documents\repos\myId\my-project-name\pom.xml\""]} The filename, directory name, or volume label syntax is incorrect.

Extensions Info:
Extension Pack for Java, v0.25.15 Maven for Java, v0.43.0

testforstephen commented 10 months ago

As you can see, the underlying implementation is calling the mvn command to retrieve the effective POM. Could you please try running the same command in the terminal manually to verify if it works?

github-actions[bot] commented 9 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.