Maven doesn't use Java 7

后端 未结 2 1341
我在风中等你
我在风中等你 2020-12-23 12:59

I want to package a maven-(multi)module, the parent POM includes:


  org.apache.maven.         


        
2条回答
  •  庸人自扰
    2020-12-23 13:27

    perfectly nice explanation on the compatibility issue of jdk 1.7 with maven 2.2.1 given by Mark Peters Maven "could not parse error message" (Java 7 + Maven 2)

提交回复
热议问题