maven创建带依赖项的jar(Eclipse插件)

时间:2013-07-20 17:26:36

标签: jar maven-2 dependencies export

我想使用带有

的Maven插件从Eclipse导出项目
clean package

该项目有几个依赖项,一个来自我的工作区,还有几个例如Apache的。导出发生,.jar文件已创建。我手动将主文件条目添加到manifest.mf。 当我试图运行jar时,我收到一条错误消息:

no calssDeffoundError: com.apache.org.common.ApplicationCOntxt. ...   
Could not find main class hu.bz.test.Main.

如何使用Maven导出带有依赖项的jar文件?

1 个答案:

答案 0 :(得分:1)

使用maven程序集插件及其jar-with-dependencies配置创建jar - > http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies