Results 1 to 4 of 4

Thread: STS - File | Import | Maven | Check out Maven Projects from SCM

  1. #1
    Join Date
    Jun 2011
    Posts
    4

    Default STS - File | Import | Maven | Check out Maven Projects from SCM

    I'm trying to import using the Maven | Check out Maven Projects from SCM. Unfortunately there are no options available in the SCM type drop down box. I've tried deleting STS and doing a fresh install, but this did not fix the issue. Any suggestions on how to get the drop down populated with the available types? (I specifically need SVN.)

    Thanks!

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    747

    Default

    Do you have an SVN plugin installed? Without this, you will not see the option to check out from an SVN repo in maven. You can install subversive from the STS dashboard.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Jun 2011
    Posts
    4

    Default

    I'm able to check out regular projects from SVN, there are just no SCM types available for Maven.

  4. #4
    Join Date
    Jul 2011
    Posts
    1

    Default

    The following works for me:

    Installed STS 2.7.1 (springsource-tool-suite-2.7.1.RELEASE-e3.7-linux-gtk-x86_64.tar.gz)
    Help->Dashboard->Extensions->Subclipse->Install->Select All->Next->Next->Finish
    Help->Install New Software...->Add
    Location: http://m2eclipse.sonatype.org/sites/m2e-extras
    Select and Install "Maven Integration for Subclipse"

    File->Import->Maven->Check out Maven Projects from SCM->Next->SCM URL: svn

    See:
    http://forum.springsource.org/showth...jects-from-SCM
    https://issues.sonatype.org/browse/MNGECLIPSE-2593

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •