Skip to content

Commit

Permalink
Pass MavenExecutionContextView into MavenParser
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 25, 2023
1 parent b83eb7e commit 6742b4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,8 @@ public Map<MavenProject, Xml.Document> parseMaven(List<MavenProject> mavenProjec

List<SourceFile> mavens = mavenParserBuilder
.build()
.parse(allPoms, baseDir, ctx).collect(toList());
.parse(allPoms, baseDir, mavenExecutionContext)
.collect(toList());

if (logger.isDebugEnabled()) {
logDebug(topLevelProject, "Base directory : '" + baseDir + "'");
Expand Down

0 comments on commit 6742b4a

Please sign in to comment.