[ https://issues.apache.org/jira/browse/MSCRIPTING-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17823404#comment-17823404 ]
ASF GitHub Bot commented on MSCRIPTING-7: ----------------------------------------- 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 > Session is not bound in scripting bindings > ------------------------------------------ > > Key: MSCRIPTING-7 > URL: https://issues.apache.org/jira/browse/MSCRIPTING-7 > Project: Maven Scripting > Issue Type: Task > Affects Versions: 3.0.0 > Reporter: Romain Manni-Bucau > Assignee: Benjamin Marwell > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian Jira (v8.20.10#820010)