From b99658c9433cce359ebb4aee544fdc88eb046e4d Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Sat, 14 Dec 2013 19:44:25 -0500 Subject: [PATCH] MNG-5550 default MojoExecution source to Source.LIFECYCLE Signed-off-by: Igor Fedorenko --- .../src/main/java/org/apache/maven/plugin/MojoExecution.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java b/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java index d16a8bd54f..9417e8db5c 100644 --- a/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java +++ b/maven-core/src/main/java/org/apache/maven/plugin/MojoExecution.java @@ -57,7 +57,7 @@ public class MojoExecution LIFECYCLE, } - private Source source; + private Source source = Source.LIFECYCLE; /** * The phase may or may not have been bound to a phase but once the plan has been calculated we know what phase