shlxue / MvnRunner

IntelliJ plugin for maven, building and run unit testing or main method, by mvn.
MIT License
8 stars 6 forks source link

Difference vs bundled maven in intellij #24

Closed japzio closed 2 years ago

japzio commented 2 years ago

hi @shlxue Just a question of what's the difference with the bundled maven in intellij

Screen Shot 2022-08-19 at 9 08 15 AM
shlxue commented 2 years ago

This plugin only defines some shortcuts for commonly used maven goals on the current maven module, such as mvn compile/test/package.

Jasper C @.***> 于2022年8月23日周二 11:19写道:

hi @shlxue https://github.com/shlxue Just a question of what's the difference with the bundled maven in intellij

[image: Screen Shot 2022-08-19 at 9 08 15 AM] https://user-images.githubusercontent.com/10841489/185520735-63077635-7eb7-493e-b19f-e7fc7871dd3d.png

— Reply to this email directly, view it on GitHub https://github.com/shlxue/MvnRunner/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPQ5FK5VK7KHYRURKMVO5TV2Q7NTANCNFSM567BLORA . You are receiving this because you were mentioned.Message ID: @.***>

-- Shl Xue

shlxue commented 2 years ago

Maybe I should update this plugin to be compatible with the latest IDEA

japzio commented 2 years ago

Ok got it. Will close this issue. Thanks