且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在嵌入 Eclipse 的 Maven 存储库中安装 jars?

更新时间:2023-09-18 11:24:10

从 eclipse 你可以做到:

From eclipse you can do:

运行 -> 运行配置 -> Maven 构建(双击)

Run -> Run Configurations -> Maven Build (double click)

您的目标是 install:install-file

Your goal is install:install-file

你也应该填写参数的键和值

And also you should fill parameters' keys and values

P.S. 但是我觉得在系统中安装外部maven会更好

P. S. But I think that it is more better to have external maven installation in system