Lately, I've noticed that whenever I run a build in Eclipse also the maven-install-plugin
is fired (copying the jars in my machine local artifacts repository).
I also tried to exclude it from the Eclipse build with org.eclipse.m2e:lifecycle-mapping
plugin but nothing changed.
Is that the standard behavior (that I honestly never realized) or is it my fault?
Stefano