Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jb] Ensure workspaces containing the Maven Wrapper start with it correctly configured #13100

Closed
felladrin opened this issue Sep 19, 2022 · 0 comments · Fixed by #14656
Closed

Comments

@felladrin
Copy link
Contributor

Currently, when we start a workspace that contains a .mvn/wrapper/maven-wrapper.properties file, it should start with Maven configured to use the Maven Wrapper, but instead, it's starting configured to use the Bundled Maven version.

We need to fix it to work as described on IntelliJ IDEA Docs, where it says: "When you open an existing Maven project for the first time, IntelliJ IDEA searches for Maven wrapper defined in .mvn/wrapper/maven-wrapper.properties. If the Maven wrapper is found, it will be used as a Maven home path."

Image

@felladrin felladrin self-assigned this Sep 19, 2022
@felladrin felladrin moved this from Scheduled to In Progress in 🚀 IDE Team Sep 19, 2022
@andreafalzetti andreafalzetti moved this from In Progress to Scheduled in 🚀 IDE Team Oct 17, 2022
@andreafalzetti andreafalzetti removed the status in 🚀 IDE Team Oct 21, 2022
@andreafalzetti andreafalzetti moved this to Scheduled in 🚀 IDE Team Nov 14, 2022
Repository owner moved this from Scheduled to Done in 🚀 IDE Team Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
1 participant