mirror of https://github.com/apache/maven.git
added comment about System.getProperties
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@418629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79a557ef27
commit
c9be3d3c40
|
@ -865,6 +865,7 @@ public class DefaultMavenProjectBuilder
|
|||
// TODO: Clean this up...we're using this to 'jump' the interpolation step for model properties not expressed in XML.
|
||||
// [BP] - Can this above comment be explained?
|
||||
// We don't need all the project methods that are added over those in the model, but we do need basedir
|
||||
// mkleint - using System.getProperties() is almost definitely bad for embedding.
|
||||
Map context = new HashMap( System.getProperties() );
|
||||
|
||||
if ( projectDir != null )
|
||||
|
|
Loading…
Reference in New Issue