Where is m2e-subclipse connector for using svn 1.8.x, subclise 1.10?

后端 未结 4 2070
一向
一向 2021-01-31 19:37

I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris has apparently taken up the slack to maintain the m2e-subclipse con

相关标签:
4条回答
  • 2021-01-31 20:00

    Here's what I do currently (Eclipse 2020-06 but has worked this way for a while).

    • Install Subclipse from the Eclipse Marketplace.
    • After Subclipse is installed, go to Install New Software and select "Work with Subclipse Latest Release"
    • Select Subclipse Maven Integration
    • Press "Next", etc. to complete installation.

    Voilá! You now have the Subclipse M2E plugin installed.

    0 讨论(0)
  • 2021-01-31 20:02

    There was an unofficial update of SVN connector. To install it go to http://subclipse.tigris.org/issues/show_bug.cgi?id=1557 download attachment org.sonatype.m2e.subclipse.feature-0.13.0-SNAPSHOT-site.zip and follow the steps:

    • Unzip the file to an empty folder somewhere, remember that folder In Eclipse,
    • go to Help/Install New Software…
    • Click “Add…” to add a new site
    • In the window, click on “Local…” and choose the folder where you unzipped the site before. The result in the Location field should look like file:/C:/ theUnzipFolder/
    • Click OK, choose all available packages to install, and continue the installation as usual
    0 讨论(0)
  • 2021-01-31 20:12

    Once upon a time I answered this very question, but for Subclipse 1.8.x You're right, getting m2e integration is still a hastle in 1.10.x, using the following update site will get you what you want:

    http://subclipse.tigris.org/m2eclipse/latest/

    0 讨论(0)
  • 2021-01-31 20:15

    A1. There is no official m2eclipse-subclipse update site for subclipse 1.10. There is an unofficial project here:

    https://github.com/tesla/m2eclipse-subclipse

    However:

    A2. It seems the connector is no longer necessary.

    I checked out the project using the "checkout" option in the Svn Repository Exploring perspective, and it already had the Maven Nature enabled.

    I'm using Eclipse 4.3.1, subclipse 1.10.x and m2e-wtp 1.4.

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