Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor

后端 未结 14 874
执念已碎
执念已碎 2021-01-30 12:27
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[IN         


        
14条回答
  •  终归单人心
    2021-01-30 12:41

    Instead of changing JDK versions and Maven versions, try this:

    
        maven-compiler-plugin
        
            1.7
            1.7
        
        2.3.2
    
    

提交回复
热议问题