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.



-- 
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

Reply via email to