maven-mvnd
maven-mvnd copied to clipboard
How is mvnd used in eclipse or intellij idea?
I think it's time to use mvnd, but neither IDEA nor Eclipse recognizes mvnd, what can I do?
We already have an issue for IntelliJ: https://github.com/apache/maven-mvnd/issues/548
For Eclipse, would you please specify in more detail, what you are looking for?
maybe need doc introduce how to use in eclipse,e.g build package release,just like maven in eclipse. any plan to make a plugin in eclipse or idea like maven?
maybe need doc introduce how to use in eclipse,e.g build package release
mvnd is a command line tool and it works also in Eclipse Terminal. Press CTRL+ALT+T and use mvnd as in any other console. I do not see much to document here.
any plan to make a plugin in eclipse or idea like maven?
No, this project has no such plan.
Thanks for your answer,I got it, It's a command line tool.