slawekjaranowski commented on code in PR #257:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/257#discussion_r1028605831


##########
src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java:
##########
@@ -59,6 +60,21 @@
     @Component
     private ArchiverManager archiverManager;
 
+
+    /**
+     * For IDE build support
+     */
+    @Component
+    private BuildContext buildContext;
+
+    /**
+     * Skip plugin execution during incremental builds (e.g. triggered from 
M2E).
+     * 
+     * @since 3.3.1

Review Comment:
   will be 3.4.0



-- 
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]

Reply via email to