mirror of https://github.com/apache/maven.git
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 class MavenSession
|
||||||
return request.getBaseDirectory();
|
return request.getBaseDirectory();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUsingPOMsFromFilesystem( boolean usingPOMsFromFilesystem )
|
|
||||||
{
|
|
||||||
this.usingPOMsFromFilesystem = usingPOMsFromFilesystem;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isUsingPOMsFromFilesystem()
|
public boolean isUsingPOMsFromFilesystem()
|
||||||
{
|
{
|
||||||
return usingPOMsFromFilesystem;
|
return request.isProjectPresent();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Date getStartTime()
|
public Date getStartTime()
|
||||||
|
|
Loading…
Reference in New Issue