如何使用Netbeans将maven项目导出为runnable jar?

时间:2013-08-22 19:52:35

标签: maven netbeans jar runnable

我使用Netbeans使用ant作为runnable jar包装我的项目,但对于我的新项目,它使用maven,在Netbeans中我找不到设置将项目设置为可运行的jar,怎么做?

1 个答案:

答案 0 :(得分:0)

使用assembly或shade maven插件来配置一个超级jar的创建。 http://maven.apache.org/plugins/maven-shade-plugin/examples/executable-jar.html