From ddb6cdde5508c192230097c98e3afd710f2f9407 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Fri, 12 Jan 2024 13:40:27 +0100 Subject: [PATCH] Undo irrelevant change --- .../java/org/apache/maven/plugins/install/InstallMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/install/InstallMojo.java b/src/main/java/org/apache/maven/plugins/install/InstallMojo.java index 3548969..a2aaa9a 100644 --- a/src/main/java/org/apache/maven/plugins/install/InstallMojo.java +++ b/src/main/java/org/apache/maven/plugins/install/InstallMojo.java @@ -54,10 +54,10 @@ public class InstallMojo extends AbstractMojo { @Component private RepositorySystem repositorySystem; - @Component + @Parameter(defaultValue = "${session}", required = true, readonly = true) private MavenSession session; - @Component + @Parameter(defaultValue = "${project}", readonly = true, required = true) private MavenProject project; @Parameter(defaultValue = "${plugin}", required = true, readonly = true)