Error while creating consolidated jar file - no manifiest section for signature file entry javax/mail/internet/ContentDisposition.class

前端 未结 4 1229
长情又很酷
长情又很酷 2020-12-18 09:48

I have some jar files into /libs/ and my project classes are located at /target/. To remove dependency on external folder. I want to make a consolidate jar file. Which conta

4条回答
  •  醉梦人生
    2020-12-18 10:21

    Use Maven and the shade plugin. Have a look at http://maven.apache.org/plugins/maven-shade-plugin/

提交回复
热议问题