Create runnable jar with maven 3.1 using maven-dependency-plugin doesn't create runnable jar

后端 未结 7 1356
予麋鹿
予麋鹿 2021-01-15 16:43

Using Maven 3.1
Eclipse Helios

Aspekt:

Try to create a runable jar file using maven-jar/dependency-plugins.

Problem:

7条回答
  •  伪装坚强ぢ
    2021-01-15 16:50

    via command line, go to the parent dir of "dependency-jars" and run: java -jar program.jar

提交回复
热议问题