elharo commented on code in PR #126:
URL: https://github.com/apache/maven-gpg-plugin/pull/126#discussion_r1885430747


##########
src/main/java/org/apache/maven/plugins/gpg/SignDeployedMojo.java:
##########
@@ -106,11 +105,15 @@ public class SignDeployedMojo extends AbstractGpgMojo {
     @Parameter(property = "artifacts")
     private String artifacts;
 
-    @Component
-    private RepositorySystem repositorySystem;
+    private final RepositorySystem repositorySystem;
+
+    private final Map<String, ArtifactCollectorSPI> artifactCollectors;

Review Comment:
   I'm not 100% sure. It is used by the existing code. 



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