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

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


        
14条回答
  •  野性不改
    2021-01-30 12:44

    if your using jdk 1.6 kindly add this plugin entry to your pom.xml

    
        org.apache.maven.plugins
        maven-compiler-plugin
        2.0.2
        
            1.6
            1.6
            -Xlint:all
            true
            true
        
    
    

提交回复
热议问题