0

我有一个大项目,我可以在命令行中使用 Maven 编译和运行。

我想将其导入 eclipse 以深入了解代码并更好地理解它,但是有很多不支持的插件。

在此处输入图像描述

有没有办法通过命令行导入整个项目,包括目标文件夹和编译的类,但在 Eclipse 中调试它?

4

1 回答 1

0

I assume you are using m2e. Those unresolved plugins should not really matter. If you do a Maven build from inside Eclipse, Maven will download all those needed plugins during the process and then the errors shown in the POM files will just vanish, as m2e now recognizes the newly available plugins.

于 2012-10-09T06:25:18.473 回答