eclipse - M2Eclipse: Automatically execute Maven when pom.xml changes? -


for eclipse plugin project need p2 local repository automatically deployed dependencies defined in pom.

the best way (or way works) use org.reficio plugin p2-maven-plugin.

therefore created general project in eclipse prepare , hold repository , pom.xml generates repository. when execute goal p2:site repository created successfully.

now trying make eclipse m2eclipse automatically execute goal whenever file pom.xml has ben changed (e.g. user has added new dependency or file has been changed because updated file has been downloaded scm repository.

is there way make m2eclipse respectively it's maven project builder execute phase automatically?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -