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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -