slawekjaranowski commented on code in PR #257:
URL:
https://github.com/apache/maven-dependency-plugin/pull/257#discussion_r1008040548
##########
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)
-->
Review Comment:
Looks like - not up today link ...
##########
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:
unmaintained dependency ...
--
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]