2

enter image description hereHi evevryone,

I am trying to add a maven project with Eclipse.
I have just installed eclipse Java EE Kepler.
I have also inlcuded the SVN and Maven Plug In for eclipse.
When I try to add an existing Maven project I cannot select the SVN repository. Does anyone know why?

Carlo
  • 1,686
  • 3
  • 29
  • 43
Nema Tikaja
  • 231
  • 2
  • 10
  • I really find more comfortable checking out source from command line, and then importing the projects in Eclipse. Anyway, did you install Maven scm handler for the SVN eclipse implementation you are using? – Carlo Jan 27 '14 at 14:03

1 Answers1

0

Bottom right, hit m2e Marketplace and install the connector you need ;)

diazazar
  • 522
  • 1
  • 5
  • 24
  • When I do it I get the error: Discovery completed without finding any extensions. Please check your network connection and try again. – Nema Tikaja Jan 27 '14 at 14:21
  • what java version do you have? – diazazar Jan 27 '14 at 14:25
  • http://stackoverflow.com/questions/18131143/maven-discovery-completed-without-finding-any-extensions check this out. You may need to do an upgrade or downgrade of your jdk – diazazar Jan 27 '14 at 14:32