[ https://issues.apache.org/jira/browse/MGPG-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822971#comment-17822971 ]
ASF GitHub Bot commented on MGPG-102: ------------------------------------- hboutemy commented on code in PR #69: URL: https://github.com/apache/maven-gpg-plugin/pull/69#discussion_r1510339549 ########## src/main/java/org/apache/maven/plugins/gpg/SignAndDeployFileMojo.java: ########## @@ -257,6 +219,15 @@ public class SignAndDeployFileMojo extends AbstractGpgMojo { @Parameter(property = "files") private String files; + /** + * @since 3.0.0 + */ + @Parameter(defaultValue = "${session}", readonly = true, required = true) Review Comment: why not @Component? > Drop maven-artifact-transfer > ---------------------------- > > Key: MGPG-102 > URL: https://issues.apache.org/jira/browse/MGPG-102 > Project: Maven GPG Plugin > Issue Type: Dependency upgrade > Reporter: Sylwester Lachiewicz > Assignee: Tamas Cservenak > Priority: Major > Fix For: 3.2.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)