o Consequently enabled location tracking for projects

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1069927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-02-11 19:34:48 +00:00
parent 4be6fd8705
commit 5b8042b483
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class DefaultProjectBuilder
request.setPomFile( pomFile );
request.setModelSource( modelSource );
request.setLocationTracking( pomFile != null );
request.setLocationTracking( true );
ModelBuildingResult result;
try