1

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

4

1 回答 1

0

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

于 2013-08-23T10:35:36.580 回答