"New" Maven feature in 2020.2 - New IntelliJ Bugs
Answered
I've just skimmed the blog entry with the new features in 2002.2 and saw this
- Now it’s possible to set a Maven version for each project individually in IntelliJ IDEA. Previously, the Maven version was shared across all opened projects.
This entry struck me as very odd since using different Maven versions for different projects seems to have been possible before. Whats even more hilarious is the new Maven settings bug - https://youtrack.jetbrains.com/issue/IDEA-245365 that almost prevents usage of different Maven versions in 2020.2!
Yet again I'm awestruck with the kind of bugs that is introduced in a release of IntelliJ! It would be nice with a release that didn't introduce new features (including new bugs) and just focused on fixing old bugs!
Please sign in to leave a comment.
I updated Ultimate 2020.2 this morning and my next push to git failed.
fatal: Could not set SSL backend to 'schannel': already set
fetch doesnt work either. It might be coincidence but...
fatal: Could not set SSL backend to 'schannel': already set
I has same errror after update.
@... @...
Could you please share your logs in https://youtrack.jetbrains.com/issue/IDEA-246914?
This is not related to Maven though.
I created a separate thread https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009416339-2020-2-fatal-Could-not-set-SSL-backend-to-schannel-already-set
Updating git to the latest version should help with the Could not set SSL backend to errors.
>using different Maven versions for different projects seems to have been possible before.
Earlier IDE started single Maven server process for entire application and if user had several opened Maven projects that use different Maven version it could lead to different issues. Now IDE uses separate Maven server process for each project which among other things allows to use different JDK and different Maven versions (IDEA-221517) and proper Maven wrapper support (IDEA-146205).
But I see that the announcement description is indeed not very precise about it.
Ok. Thanks for explaining the new feature, it make more sense now!
It would be awesome if we also could get a Maven Tool where annoying bugs was fixed. Hint, hint -> https://youtrack.jetbrains.com/issue/IDEA-245541
/Pontus
>It would be awesome if we also could get a Maven Tool where annoying bugs was fixed. Hint, hint -> https://youtrack.jetbrains.com/issue/IDEA-245541
Thank you for reporting. We will try to fix it in near updates.