maven-tomcat7-plugin produces corrupted executable JAR

后端 未结 3 441
心在旅途
心在旅途 2021-01-12 08:38

I have problem using Maven Tomcat7 plugin to produce JAR archives with embedded Tomcat7 instance. Here is my pom.xml snippet:



        
3条回答
  •  自闭症患者
    2021-01-12 09:02

    When I rm the old dir .extract/ created by last java -jar xx-war.jar , it OK. And I use version 2.0, I think other version also work.

提交回复
热议问题