mirror of https://github.com/apache/maven.git
MNG-5550 default MojoExecution source to Source.LIFECYCLE
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
This commit is contained in:
parent
bc84e6c7d3
commit
b99658c943
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue