Skip to content

Commit

Permalink
Update org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/embedde…
Browse files Browse the repository at this point in the history
…r/MavenImpl.java

Co-authored-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
kwin and HannesWell authored Oct 14, 2022
1 parent 083288f commit e758777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public <T> T getMojoParameterValue(MavenProject project, MojoExecution mojoExecu
Class<T> asType, IProgressMonitor monitor) throws CoreException {
return getExecutionContext().execute(project,
(context, pm) -> getMojoParameterValue(context.getSession(), mojoExecution,
Collections.singletonList(parameter), asType),
List.of(parameter), asType),
monitor);
}

Expand Down

0 comments on commit e758777

Please sign in to comment.