每次啓動時,我都遇到了m2e Maven Eclipse插件(在STS中)的崩潰。在STS論壇(link here)中對此問題進行了處理,但就我而言,似乎並不是導致衝突的另一個插件。 STS工作正常,但沒有任何線索,它在STS初始化期間開始崩潰。它發生在兩週前,我通過將STS更新爲最新版本來管理它。但現在我正在使用最新版本!在Eclipse崩潰時的m2e插件
在這一刻,在主機OSGi控制檯一個SS命令顯示:
570 RESOLVED org.eclipse.m2e.archetype.common_1.5.0.20140605-2032
571 RESOLVED org.eclipse.m2e.core_1.5.0.20140606-0033
572 STARTING org.eclipse.m2e.core.ui_1.5.0.20140606-0033
573 STARTING org.eclipse.m2e.discovery_1.5.0.20140606-0033
574 STARTING org.eclipse.m2e.editor_1.5.0.20140606-0033
575 STARTING org.eclipse.m2e.editor.xml_1.5.0.20140606-0033
576 RESOLVED org.eclipse.m2e.jdt_1.5.0.20140606-0033
Fragments=577
577 RESOLVED org.eclipse.m2e.jdt.ui_1.5.0.20140606-0033
Master=576
578 STARTING org.eclipse.m2e.launching_1.5.0.20140606-0033
579 RESOLVED org.eclipse.m2e.lifecyclemapping.defaults_1.5.0.20140606-0033
580 RESOLVED org.eclipse.m2e.logback.appender_1.5.0.20140606-0033
Master=5
581 ACTIVE org.eclipse.m2e.logback.configuration_1.5.0.20140606-0033
582 RESOLVED org.eclipse.m2e.maven.indexer_1.5.0.20140605-2032
583 RESOLVED org.eclipse.m2e.maven.runtime_1.5.0.20140605-2032
584 RESOLVED org.eclipse.m2e.maven.runtime.slf4j.simple_1.5.0.20140605-2032
585 STARTING org.eclipse.m2e.model.edit_1.5.0.20140606-0033
586 STARTING org.eclipse.m2e.profiles.core_1.5.0.20140606-0033
587 STARTING org.eclipse.m2e.profiles.ui_1.5.0.20140606-0033
588 STARTING org.eclipse.m2e.refactoring_1.5.0.20140606-0033
589 RESOLVED org.eclipse.m2e.scm_1.5.0.20140606-0033
590 STARTING org.eclipse.m2e.wtp_1.1.0.20140611-1646
591 STARTING org.eclipse.m2e.wtp.jaxrs_1.1.0.20140611-1646
592 STARTING org.eclipse.m2e.wtp.jpa_1.1.0.e43-20140611-1648
593 STARTING org.eclipse.m2e.wtp.jsf_1.1.0.20140611-1646
594 ACTIVE org.eclipse.m2e.wtp.overlay_1.1.0.20140611-1646
595 STARTING org.eclipse.m2e.wtp.overlay.ui_1.1.0.20140611-1646
所有Maven的依賴我的項目是殘疾人,每進口在Eclipse中設計時打破。任何想法在這裏出了什麼問題,以及什麼是解決方法?如果可能,我如何卸載m2e以重新安裝它?謝謝!
你可以分享一些你已經安裝到Eclipse/STS的插件的細節嗎?理想情況下,您應該能夠從關於Spring Tool Suite(或關於Eclipse) - >安裝細節 - >安裝軟件(選項卡)中卸載。儘管對於M2E插件禁用卸載,但是... – aboyko 2014-10-02 13:33:39
除了STS版本發佈之外,沒有安裝其他插件。 – Alex 2014-10-02 14:50:06