alternative to maven scm connector subclipse (not working with subclipse1.8)?

前端 未结 2 788
盖世英雄少女心
盖世英雄少女心 2021-02-01 10:25

So for my project I am in need of Subclipse 1.8.x. This has been well and good, but the maven SCM handler for subclipse is only compatible with Subclipse 1.6.x. I like this plug

2条回答
  •  耶瑟儿~
    2021-02-01 10:37

    See Answer #4 from the link below. [https://stackoverflow.com/a/21244645/2754985][1]

    Install the latest m2eclipse update via url. since subclipse 1.10.x some updates needed to be made.

    In Eclipse, open Help >> Install New Software...
    
    Click Add...
    
    For Name: enter m2eclipse Subclipse Integration
    
    For Location: enter http://subclipse.tigris.org/m2eclipse/latest/
    
    Click Ok, then check Maven SCM Integration and complete the installation (ignore the warning about unsigned content)
    
    Restart Eclipse when prompted
    

提交回复
热议问题