Does Maven plugin change the action of Run button (green triangle) in Eclipse? -


i know maven helps build project, e.g. create war. in eclipse benefits add?

does add magic when press run or helps dependencies?

it not default change run action.

but, illustrated in article, adds run configuration possibility define "run action", trigger maven builds:

https://raw.githubusercontent.com/wiki/restcomm/mediaserver/images/eclipsemavenbuildtarget.png


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -