kwin commented on code in PR #257:
URL:
https://github.com/apache/maven-dependency-plugin/pull/257#discussion_r1009885032
##########
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:
It is mostly to not confuse it with
http://takari.io/2014/03/25/incremental-build.html. Any suggestion for the
naming as just `incremental build support` may be a bit too generic (as there
are other incremental build APIs)?
--
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]