Skip to content

Commit

Permalink
Java 9 fixes
Browse files Browse the repository at this point in the history
Update to newer maven-jar-plugin and maven-javadoc-plugin which depends upon being merged apache/maven-plugins#76 which contain fixes to include a newe
r version of plexus-archiver which fixes issues around Java 9 changes to java.version.
  • Loading branch information
nhojpatrick committed Jan 3, 2016
1 parent cdac555 commit 570aeb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4-SNAPSHOT</version>
<configuration>
<failOnError>false</failOnError>
<excludePackageNames>*internal</excludePackageNames>
Expand Down Expand Up @@ -265,7 +265,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<version>3.0.0-SNAPSHOT</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand Down Expand Up @@ -337,7 +337,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>2.10.4-SNAPSHOT</version>
<configuration>
<failOnError>false</failOnError>
<excludePackageNames>*internal</excludePackageNames>
Expand Down

0 comments on commit 570aeb9

Please sign in to comment.