[ https://issues.apache.org/jira/browse/MGPG-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17822972#comment-17822972 ]
ASF GitHub Bot commented on MGPG-102: ------------------------------------- cstamas commented on code in PR #69: URL: https://github.com/apache/maven-gpg-plugin/pull/69#discussion_r1510342521 ########## 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: Coz did not want to mix in that change, so I did "as it was for the rest". anyway, pushed now a change that moves ALL to 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)