GitHub user nhojpatrick opened a pull request:

    https://github.com/apache/maven-plugins/pull/76

    Java 9 fixes

    maven-jar-plugin and maven-javadoc-plugin require 
org.codehaus.plexus:plexus-archiver:3.0.3-SNAPSHOT
    
    plexus-archiver has had a critical change due to Java 9 changes to the 
java.version property
    
    see https://github.com/codehaus-plexus/plexus-archiver/pull/12 for more 
information about the fix
    
    this fix also unblocks building both junit and testng at a minimum, plus 
potentially any other maven project using either of these two plugins
    
    Linked to;
    https://issues.apache.org/jira/browse/MJAR-206
    https://issues.apache.org/jira/browse/MJAVADOC-443
    https://github.com/junit-team/junit/issues/1233
    https://github.com/cbeust/testng/issues/938

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nhojpatrick/maven-plugins 
bugfix/jdk9-build-fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-plugins/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit c3b71838e6d67822d7e8d1318f3cf730e76bb43b
Author: John Patrick <nhoj.patr...@gmail.com>
Date:   2016-01-03T18:53:39Z

    Java 9 fixes
    
    maven-jar-plugin and maven-javadoc-plugin require 
org.codehaus.plexus:plexus-archiver:3.0.3-SNAPSHOT
    
    plexus-archiver has had a critical change due to Java 9 changes to the 
java.version property
    
    see https://github.com/codehaus-plexus/plexus-archiver/pull/12 for more 
information about the fix
    
    this fix also unblocks building both junit and testng at a minimum, plus 
potentially any other maven project using either of these two plugins

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to