mirror of https://github.com/apache/maven.git
o Improved POM location tracking
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1151430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8018e97eb0
commit
e7f78f4cae
|
@ -962,6 +962,7 @@ public class DefaultModelBuilder
|
|||
importRequest.setModelCache( request.getModelCache() );
|
||||
importRequest.setSystemProperties( request.getSystemProperties() );
|
||||
importRequest.setUserProperties( request.getUserProperties() );
|
||||
importRequest.setLocationTracking( request.isLocationTracking() );
|
||||
}
|
||||
|
||||
importRequest.setModelSource( importSource );
|
||||
|
|
Loading…
Reference in New Issue