mirror of https://github.com/apache/maven.git
parent
e26f2f08d1
commit
2a23d7bf16
|
@ -111,7 +111,7 @@ public class ProjectModelResolver
|
|||
this.externalRepositories = original.externalRepositories;
|
||||
this.repositories = new ArrayList<>( original.repositories );
|
||||
this.repositoryMerging = original.repositoryMerging;
|
||||
this.repositoryIds = new HashSet<>( original.repositoryIds );
|
||||
this.repositoryIds = new HashSet<>();
|
||||
this.modelPool = original.modelPool;
|
||||
}
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ class DefaultModelResolver
|
|||
this.remoteRepositoryManager = original.remoteRepositoryManager;
|
||||
this.repositories = new ArrayList<>( original.repositories );
|
||||
this.externalRepositories = original.externalRepositories;
|
||||
this.repositoryIds = new HashSet<>( original.repositoryIds );
|
||||
this.repositoryIds = new HashSet<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue