标签: maven netbeans jar runnable
我使用Netbeans使用ant作为runnable jar包装我的项目,但对于我的新项目,它使用maven,在Netbeans中我找不到设置将项目设置为可运行的jar,怎么做?
答案 0 :(得分:0)
使用assembly或shade maven插件来配置一个超级jar的创建。 http://maven.apache.org/plugins/maven-shade-plugin/examples/executable-jar.html