IntelliJ: Including jars in a jar artifact

前端 未结 3 1014
失恋的感觉
失恋的感觉 2021-01-21 03:33

Developing on the Mac with IntelliJ 9.0.2 Community Edition.

I have a program which depends on two library jars. I have figured out how to get IntelliJ to make me a jar

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-21 04:08

    I will use Maven Assembly plugin. Its simple and will give you a neat little jar file..

提交回复
热议问题