Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/304#discussion_r148943100
--- Diff: jena-project/pom.xml ---
@@ -740,18 +754,17 @@
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>3.0.2</version>
<configuration>
<overWriteReleases>false</overWriteReleases>
<overWriteIfNewer>true</overWriteIfNewer>
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.9</version>
--- End diff --
Can we remove this plugin all together? Now Eclipse has built-in maven
support, I don't think this plugin is necessary. Need to check more widely
first.
---