• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Error importing a Maven project in eclipse

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to import a maven project in my eclipse which i downloaded from below https://github.com/spring-projects/spring-security-saml and getting following error



The error screenshot has been attached.

Can anyone please let me know the reason and solution for this.
Just to let you know i don't have Maven installed on my machine separately. I am using Eclipse Version: Mars Release (4.5.0)
For importing i used standard steps which are as following

1.Open eclipse
2.Click File > Import
3.Type Maven in the search box under Select an import source:
Select Existing Maven Projects
4.Click Next
5.Click Browse and select the folder that is the root of the Maven project (probably contains the pom.xml file). Here i selected sample folder of my download from above link
6.Click OK
7.Under Projects: click the checkbox next to the pom.xml file
8.Click Finish    
MavenImportError.png
[Thumbnail for MavenImportError.png]
 
That's my roommate. He's kinda weird, but he always pays his half of the rent. And he gave me this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic