Skip to content

Commit

Permalink
Re-use remote repos injected in the mojo when creating a collect requ…
Browse files Browse the repository at this point in the history
…est during the platform project generation
  • Loading branch information
Alexey Loubyansky committed Dec 4, 2024
1 parent 0883150 commit 66091ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ private Set<ArtifactKey> collectDependencyKeys(Model pom, List<org.eclipse.aethe
new DefaultArtifact(ModelUtils.getGroupId(pom), pom.getArtifactId(), ArtifactCoords.TYPE_POM,
ModelUtils.getVersion(pom)),
directAetherDeps, toAetherDependencies(pom.getDependencyManagement().getDependencies()),
List.of(), List.of()))
List.of(), getNonWorkspaceResolver().getRepositories()))
.getRoot();
} catch (DependencyCollectionException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 66091ba

Please sign in to comment.