如何使用 Eclipse M2 插件将外部 jar 文件添加到 Maven Web 应用程序项目?
问问题
18053 次
2 回答
1
于 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 回答