What commands is undergoing when I right click an maven-project in eclipse and select the update project item? Or is there a way to examine this?
Asked
Active
Viewed 41 times
0
-
No Maven command per se. It's M2E doing its magic that's all (so it is really Eclipse specific). – Tunaki Apr 19 '16 at 08:33
-
You need to view the source code of M2E plugin, you can get idea. – Pradeep Simha Apr 19 '16 at 08:37
-
@Tunaki Could any of you turn your comment to an answer? – lfree May 10 '16 at 05:43
-
Or @Simze since your comments mean the same! :) – lfree May 10 '16 at 05:44