Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Update conflict in STS 2.8.1

I tried to update my plugins a couple of days ago, and it listed the following as having updates available:

* Eclipse EGit
* EGit Mylyn
* m2e connector for build-helper-maven-plugin

Then it gave me the errors following this.  Any idea what my options are for resolving this?

---------------------------
Cannot complete the install because of a conflicting dependency.
  Software being installed: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
  Software currently installed: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717)
  Only one of the following can be installed at once: 
    Maven / Nexus Indexer Bundle 1.0.0.201106052308 (org.eclipse.m2e.maven.indexer 1.0.0.201106052308)
    Maven / Nexus Indexer Bundle 1.0.0.20110607-2117 (org.eclipse.m2e.maven.indexer 1.0.0.20110607-2117)
    Maven / Nexus Indexer Bundle 1.0.100.20110804-1717 (org.eclipse.m2e.maven.indexer 1.0.100.20110804-1717)
    Maven / Nexus Indexer Bundle 1.1.0.20111206-0901 (org.eclipse.m2e.maven.indexer 1.1.0.20111206-0901)
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse 1.1.0.20111206-1503 (org.eclipse.m2e.core 1.1.0.20111206-1503)
    To: bundle org.eclipse.m2e.maven.indexer [1.1.0,1.2.0)
  Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717)
    To: org.eclipse.m2e.maven.indexer [1.0.100.20110804-1717]
  Cannot satisfy dependency:
    From: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper 0.15.0.201109290002)
    To: bundle org.eclipse.m2e.core [1.1.0,1.2.0)
  Cannot satisfy dependency:
    From: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
    To: org.sonatype.m2e.buildhelper [0.15.0.201109290002]
---------------------------


Back to the top