maven-mvnd icon indicating copy to clipboard operation
maven-mvnd copied to clipboard

How is mvnd used in eclipse or intellij idea?

Open Apyz opened this issue 1 year ago • 4 comments

I think it's time to use mvnd, but neither IDEA nor Eclipse recognizes mvnd, what can I do?

Apyz avatar Aug 02 '23 10:08 Apyz

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?

ppalaga avatar Aug 02 '23 11:08 ppalaga

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?

DreamUFO avatar Sep 01 '23 03:09 DreamUFO

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.

ppalaga avatar Sep 01 '23 18:09 ppalaga

Thanks for your answer,I got it, It's a command line tool.

DreamUFO avatar Sep 02 '23 05:09 DreamUFO