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


##########
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:
   No. it was just moved a little bit. It's on line 113 in the original. 



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