mirror of https://github.com/apache/maven.git
o Saved clients from NPEs
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3aac2d6d44
commit
6f57526dfd
|
@ -179,6 +179,11 @@ public class DefaultMavenExecutionRequest
|
|||
|
||||
public Properties getProperties()
|
||||
{
|
||||
if ( properties == null )
|
||||
{
|
||||
properties = new Properties();
|
||||
}
|
||||
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue