elharo commented on code in PR #1668: URL: https://github.com/apache/maven-dependency-plugin/pull/1668#discussion_r3698701929
########## src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/ArtifactItem.java: ########## @@ -34,7 +33,7 @@ * @author <a href="mailto:[email protected]">Brian Fox</a> * @since 1.0 */ -public class ArtifactItem implements DependableCoordinate { Review Comment: This is probably an incompatible change that requires a major version bump ########## src/main/java/org/apache/maven/plugins/dependency/fromDependencies/CopyDependenciesMojo.java: ########## @@ -108,21 +101,16 @@ public class CopyDependenciesMojo extends AbstractFromDependenciesMojo { protected boolean copySignatures; @Inject - @SuppressWarnings("checkstyle:ParameterNumber") public CopyDependenciesMojo( MavenSession session, BuildContext buildContext, MavenProject project, ResolverUtil resolverUtil, - RepositoryManager repositoryManager, Review Comment: incompatible API change -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
