我找不到maven插件org.maven.ide.eclipse:lifecycle-mapping 0.9.9-SNAPSHOT
我有一个依赖于这个插件的 maven pom 文件,但我在网上找不到它。这是需要从其他代码片段构建的东西吗?
I have a maven pom file which depends on this plugin, but I can't find it anywhere online. Is this something which needs to be built from some other piece of code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Sonatype 存储库 中进行了搜索和 svn 但我也没有找到 jar 或源代码。可自定义构建生命周期映射是 m2eclipse 中的一个实验性功能。所以如果你不需要这个功能你可以评论这个插件。
编辑
经过一些测试后,我注意到,如果您使用 Maven 3.0 嵌入式运行时,您的 pom 将毫无抱怨地工作,但存储库中仍然没有该插件的 jar。所以有某种魔力或者我需要阅读更多关于 Maven3/Embedded 的内容:)
alt文本http://img683.imageshack.us/img683/7041/m2eclipse.png
I searched in Sonatype repository and svn but I also didn't find jar nor sources. Customizable build lifecycle mappings is a experimental feature in m2eclipse. So if you don't need this feature you can comment this plugin.
Edit
After some tests I've noticed that if you use Maven 3.0 Embedded runtime your pom will work without complain, but there is still no jar for this plugin in the repository. So there is some kind of magic or I need to read more about Maven3/Embedded :)
alt text http://img683.imageshack.us/img683/7041/m2eclipse.png