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
After opening a Maven project, you should first execute mvn clean validate.
Because some projects have additional dependencies defined in the POM that will be downloaded during the validate phase, and only then can the project be compiled.
this extension does not have the direct relationship with the JDT language server. The purpose of this extension is to list basic maven plugins, goals and dependencies, and assist user to execute a goal. It does not make sense to make this extension to auto execute a maven build on first opening a project in workspace. It's the language server itself that should download all dependencies when it imports the project.
Describe the bug
After opening a Maven project, you should first execute mvn clean validate.
Because some projects have additional dependencies defined in the POM that will be downloaded during the validate phase, and only then can the project be compiled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
build seccuss!
Environments (please complete the following information as much as possible):
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: