Can't install Maven SCM Handler for EGit for Juno

前端 未结 5 1371
渐次进展
渐次进展 2020-12-23 14:58

I\'ve updated my eclipse indigo to juno via the Help->Check for updates menu. I noticed I had updates for egit (2.x) and jgit (2.x) which clashed with my current installati

相关标签:
5条回答
  • 2020-12-23 15:33

    Yes, this has been an issue for other m2e connectors as well since Juno was released. I've posted the steps that I used to get around this issue here.

    Here are the instructions:

    1. Click Help
    2. Click Install New Software
    3. Uncheck the box labeled Group items by category (this step is important or you won't see the connector in the table)
    4. Paste in this URL http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/0.14.0.201305250025/
    5. Finish the plugin install wizard and restart the workspace
    0 讨论(0)
  • 2020-12-23 15:33

    I took the code from git and created a build that works with keppler + m2eclipse 0.14 + egit 3.x.

    Use this update URL: https://github.com/micw/m2eclipse-egit-builds/raw/master/0.14.0.201401300919/

    Don't forget to uncheck "Group items by category" or you won't see the package in eclipse's software manager.

    Update 2014-01-30: I built the latest git version which allows to be used with any EGit 3.x version. Please use the new update URL in this post. I verified that it works with latest EGit 3.2.x

    0 讨论(0)
  • 2020-12-23 15:34

    I was able to get it working with the following configuration.

    • Eclipse Luna SR1 Eclipse
    • Egit Team Provider 3.7.0 (I had updated the plugin via eclipse marketplace)
    • M2E egit 0.14 (Installed via eclipse marketplace).

    Initially I was also getting the error while installing m2e-egit but once I updated the Egit eclipe plugin, installation of m2e-egit worked perfectly.Hope it helps.

    0 讨论(0)
  • 2020-12-23 15:43

    This will work for Eclipse 4.3 (Kepler): http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/0.14.0.201305250025/

    Remember to uncheck the box labeled Group items by category

    0 讨论(0)
  • 2020-12-23 15:50

    Install the handler from http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/0.14.0.201305250025/ It works for Kepler SR1.

    0 讨论(0)
提交回复
热议问题