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


##########
pom.xml:
##########
@@ -247,6 +247,15 @@ under the License.
       <version>${resolverVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <!-- incremental build support 
(http://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html) 
-->
+    <dependency>
+      <groupId>org.sonatype.plexus</groupId>
+      <artifactId>plexus-build-api</artifactId>
+      <version>0.0.7</version>
+      <scope>compile</scope>
+    </dependency>

Review Comment:
   Not really, it saw a new release at 
https://github.com/codehaus-plexus/plexus-build-api. The new GAV and packages 
are just not compatible with m2e yet 
(https://github.com/eclipse-m2e/m2e-core/issues/944).



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