mirror of https://github.com/apache/maven.git
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:
parent
4be6fd8705
commit
5b8042b483
|
@ -127,7 +127,7 @@ public class DefaultProjectBuilder
|
|||
|
||||
request.setPomFile( pomFile );
|
||||
request.setModelSource( modelSource );
|
||||
request.setLocationTracking( pomFile != null );
|
||||
request.setLocationTracking( true );
|
||||
|
||||
ModelBuildingResult result;
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue