microsoft / vscode-maven

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

Reload pom contents as needed before finding parent POMs #1022

Closed testforstephen closed 6 months ago

testforstephen commented 6 months ago

When selecting the parent pom list during "New Module", sometimes the newly added module is not recognized. This is because the maven model cache didn't store the pom contents yet and leave the artifactId is undefined.