wilx commented on code in PR #1668: URL: https://github.com/apache/maven-dependency-plugin/pull/1668#discussion_r3706113138
########## 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: Ctors or even the mojo implementation classes should not be considered API. That's unreasonable for this project and its ability to evolve. This moves the project forward. You will have to do this one way or another eventually. -- 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]
