mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
o get the information about whether a project is present from the request as per MNG-3177
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@572023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c184a161a3
commit
43dcac45b6
@ -175,14 +175,9 @@ public String getExecutionRootDirectory()
|
||||
return request.getBaseDirectory();
|
||||
}
|
||||
|
||||
public void setUsingPOMsFromFilesystem( boolean usingPOMsFromFilesystem )
|
||||
{
|
||||
this.usingPOMsFromFilesystem = usingPOMsFromFilesystem;
|
||||
}
|
||||
|
||||
public boolean isUsingPOMsFromFilesystem()
|
||||
{
|
||||
return usingPOMsFromFilesystem;
|
||||
return request.isProjectPresent();
|
||||
}
|
||||
|
||||
public Date getStartTime()
|
||||
|
Loading…
x
Reference in New Issue
Block a user