0

如何使用 Eclipse M2 插件将外部 jar 文件添加到 Maven Web 应用程序项目?

4

2 回答 2

1

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

但是,对于替代方案,请参阅以下问题的最佳答案:

我可以在不安装它们的情况下将 jars 添加到 maven 2 build classpath 吗?

于 2013-04-15T16:53:35.133 回答
0

You want to use mvn install:install-file. See here for the instructions in the Maven guide:

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

于 2013-04-15T16:56:59.967 回答