我想使用带有
的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文件?
答案 0 :(得分:1)
使用maven程序集插件及其jar-with-dependencies配置创建jar - > http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies