m2e插件问题。项目未构建
我对 Maven 还很陌生,我已经从 此处 安装了 eclipse 到 maven 插件。
即使通过命令行项目编译并构建所需的战争,当我将项目导入到我的 Eclipse 时,我有很多错误,并且它无法识别所有依赖项。
我尝试过:运行 mvn eclipse:eclipse、清除依赖项、不通过 maven 导入它、将 MAVEN2_CLASSPATH_CONTAINER 设置为 .m2 文件夹。
但没有任何效果,有什么想法吗?
I am pretty new to Maven, I have installed the eclipse to maven plugin from here.
even though through the command line the project compiles and builds the desired war, when i import the project to my eclipse i have lots of errors and it does not recognize all the dependencies.
I have tried to: run mvn eclipse:eclipse, purge the dependencies, importing it not through maven, setting the MAVEN2_CLASSPATH_CONTAINER to the .m2 folder.
but nothing works, Any ideas??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能按照此处提到的步骤进行操作吗?
mvn 包如果从命令提示符执行 mvn clean 命令,则命令不会成功运行
Can you follow steps mentioned here?
mvn package command doesn't run successfully after mvn clean command if done from command prompt