如何将外部jar文件添加到maven

时间:2013-04-15 16:42:33

标签: java maven-2 m2e

如何使用Eclipse M2插件将外部jar文件添加到maven web app项目?

2 个答案:

答案 0 :(得分:1)

最正确的方法可能是将它们安装到仓库中。

但是,对于替代方案,请参阅以下答案:

Can I add jars to maven 2 build classpath without installing them?

答案 1 :(得分:0)

您想使用mvn install:install-file。请参阅此处了解Maven指南中的说明:

http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html