From 38f6b83cf3bb54e94ceddeea2233be39f910cc2c Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Thu, 29 Nov 2012 18:30:17 -0500 Subject: 395433 changed default to false In order to make m2e less prone to endless workspace builds, lifecycle mapping will only run on full/clean builds by default. Explicit runOnIncremental=true is required to execute mapped plugin execution during incremental workspace build. Existing projects and maven plugins that correctly use old default baviour will need to be updated... which is not nice, but I think this is justified by improved overall m2e stability. We should have made this change in 1.0.100... Signed-off-by: Igor Fedorenko --- .../lifecycle-mapping-metadata.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'org.eclipse.m2e.lifecyclemapping.defaults') diff --git a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml index 67ea13c1..c7c14d20 100644 --- a/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml +++ b/org.eclipse.m2e.lifecyclemapping.defaults/lifecycle-mapping-metadata.xml @@ -44,7 +44,9 @@ [2.4,) - + + true + -- cgit v1.2.3