mirror of https://github.com/apache/maven.git
o we assume there is a project and in DefaultMaven we will turn this off if we determine there is not one.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@572021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6eb49fd0c
commit
c184a161a3
|
@ -58,7 +58,7 @@ public class DefaultMavenExecutionRequest
|
|||
|
||||
private boolean usePluginUpdateOverride;
|
||||
|
||||
private boolean isProjectPresent;
|
||||
private boolean isProjectPresent = true;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Request
|
||||
|
|
Loading…
Reference in New Issue