Skip to content

Commit 7dc67d5

Browse files
committed
Test removal of possibly duplicate init of local repository
1 parent 6880fa1 commit 7dc67d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ private MavenExecutionRequest configureExecutionRequest(MavenExecutionRequest re
990990
// eclipse workspace repository implements both workspace dependency resolution
991991
// and inter-module dependency resolution for multi-module projects.
992992

993-
request.setLocalRepository(maven.getLocalRepository());
993+
// request.setLocalRepository(maven.getLocalRepository()); should already be setup?!?
994994
request.setWorkspaceReader(getWorkspaceReader(state, pom, resolverConfiguration));
995995
if(pom != null && pom.getLocation() != null) {
996996
request.setMultiModuleProjectDirectory(

0 commit comments

Comments
 (0)