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:
Jason van Zyl 2007-09-02 16:39:26 +00:00
parent f6eb49fd0c
commit c184a161a3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class DefaultMavenExecutionRequest
private boolean usePluginUpdateOverride;
private boolean isProjectPresent;
private boolean isProjectPresent = true;
// ----------------------------------------------------------------------------
// Request