slachiewicz commented on code in PR #126: URL: https://github.com/apache/maven-gpg-plugin/pull/126#discussion_r1889354050
########## 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: but `artifactCollectors` looks like new variable added by You -- 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