Is Maven ready for JDK9?

后端 未结 6 1084
梦谈多话
梦谈多话 2020-11-27 16:58

Today I tried the latest jdk9 Build 113 and tried to compile my project with the latest Maven 3.3.9

These are the commands (found partially via twitter)



        
6条回答
  •  一生所求
    2020-11-27 17:27

    Here is the answer from one Maven PMC member (me):

    No, it is not. Robert Scholte is working on it. Jigsaw and other stuff introduced a lot of changes. There is no official timeframe where full compat (Maven + official plugins) will be given.

    The issue you see is actually not Maven but Plexus Archiver. Refer to their GitHub page. If you think you can add value, contact maven-dev mailing list.

    Progress documentation: https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw

提交回复
热议问题