From c184a161a32ce71811946b4e8b64dff5ce6e8af4 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 2 Sep 2007 16:39:26 +0000 Subject: [PATCH] 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 --- .../apache/maven/execution/DefaultMavenExecutionRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java b/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java index 9adece588d..ada000dc42 100644 --- a/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java +++ b/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java @@ -58,7 +58,7 @@ public class DefaultMavenExecutionRequest private boolean usePluginUpdateOverride; - private boolean isProjectPresent; + private boolean isProjectPresent = true; // ---------------------------------------------------------------------------- // Request