hboutemy commented on code in PR #4: URL: https://github.com/apache/maven-scripting-plugin/pull/4#discussion_r1512093998
########## src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java: ########## @@ -60,18 +64,27 @@ public class EvalMojo extends AbstractMojo { @Parameter String scriptResource; + @Component + private SettingsDecrypter settingsDecrypter; + // script variables @Parameter(defaultValue = "${project}", readonly = true) private MavenProject project; + // script variables + @Parameter(defaultValue = "${session}", readonly = true) Review Comment: @Component can replace read-only parameter -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org