Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Maven SCM Handler for EGit 0.14.x prevents EGit updates

Hi all,

Unfortunatelly, org.sonatype.m2e.egit's POMs have neither issueManagement nor mailingLists. Issues are disabled in Github project [1] too. So I decided to ask for help here.

Trying Help -> Check for updates, Eclipse prevents EGit from being updated from 1.0.x to 1.2.x due to a version range restriction in org.sonatype.m2e.egit:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Eclipse EGit 1.2.0.201110190928 (org.eclipse.egit.feature.group 1.2.0.201110190928)
  Software currently installed: Maven SCM Handler for EGit 0.14.0.201109221607 (org.sonatype.m2e.egit.feature.feature.group 0.14.0.201109221607)
  Only one of the following can be installed at once:
    Git Team Provider UI (Incubation) 0.8.4 (org.eclipse.egit.ui 0.8.4)
    Git Team Provider UI 1.1.0.201109151100-r (org.eclipse.egit.ui 1.1.0.201109151100-r)
    Git Team Provider UI (Incubation) 0.11.1 (org.eclipse.egit.ui 0.11.1)
    Git Team Provider UI (Incubation) 0.9.1 (org.eclipse.egit.ui 0.9.1)
    Git Team Provider UI 1.2.0.201110190928 (org.eclipse.egit.ui 1.2.0.201110190928)
    Git Team Provider UI 1.0.0.201106090707-r (org.eclipse.egit.ui 1.0.0.201106090707-r)
  Cannot satisfy dependency:
    From: Eclipse EGit 1.2.0.201110190928 (org.eclipse.egit.feature.group 1.2.0.201110190928)
    To: org.eclipse.egit.ui [1.2.0.201110190928]
  Cannot satisfy dependency:
    From: Maven SCM Handler for EGit 0.14.0.201109221607 (org.sonatype.m2e.egit 0.14.0.201109221607)
    To: bundle org.eclipse.egit.ui [1.0.0,1.2.0)
  Cannot satisfy dependency:
    From: Maven SCM Handler for EGit 0.14.0.201109221607 (org.sonatype.m2e.egit.feature.feature.group 0.14.0.201109221607)
    To: org.sonatype.m2e.egit [0.14.0.201109221607]

Almost two weeks ago I've created pull request [2] that should fix this problem but get no feedback so far.

Could someone with commit access take a look at my pull request?

[1] https://github.com/sonatype/m2eclipse-egit/
[2] https://github.com/sonatype/m2eclipse-egit/pull/1

--
Mykola

http://ua.linkedin.com/in/manandbytes
https://github.com/manandbytes/


Back to the top