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

后端 未结 7 1438
予麋鹿
予麋鹿 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:54

    Ok, i solved the second/updated Problem:

    I first startet to use eclipse with maven plugin to create the runable jar file. This runs in the described problems.

    After all i tried to use maven 3.1 from console application and after all it works. Seems that eclipse maven plugin has some problems.

提交回复
热议问题