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:
Milos Kleint 2006-07-02 17:53:27 +00:00
parent 79a557ef27
commit c9be3d3c40
1 changed files with 1 additions and 0 deletions

View File

@ -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 )