How to ask IntelliJ to use wrapped maven (mvnw or mvnw.cmd)?
Asked Answered
C

1

14

I just added wrapped Maven (https://github.com/takari/maven-wrapper) to my Maven project, and I'm wondering if there's a way to configure IntelliJ IDEA (at project level) to use wrapped Maven (./mvnw) instead of looking at Maven Home.

Casebound answered 23/7, 2017 at 20:54 Comment(3)
Not yet: youtrack.jetbrains.com/issue/IDEA-146205.Conscionable
There's an all new non-official plugin, but I don't know if it works for now : plugins.jetbrains.com/plugin/…Commissioner
Looking into this in 2020, and I am hearing noise about intellij supporting it, but haven't seen how to do it. Bump to this issueBerbera
A
7

There's no official support for Maven Wrapper yet, but the third-party plugin "Maven Wrapper support" by Stephan Pauxberger works for me:

https://plugins.jetbrains.com/plugin/10633-maven-wrapper-support

I use it with IDEA 2018.3.

Ashien answered 4/1, 2019 at 2:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.