HannesWell commented on code in PR #257:
URL:
https://github.com/apache/maven-dependency-plugin/pull/257#discussion_r1009883147
##########
src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java:
##########
@@ -59,6 +60,21 @@
@Component
private ArchiverManager archiverManager;
+
+ /**
+ * For m2e incremental build support
Review Comment:
Since the `BuildContext` API is not Eclipse M2E specific (even though M2E is
the only user I'm aware of) I suggest to make this comment more generic.
The same applies for the comment of the `skipDuringIncrementalBuild`.
--
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]