0

I am using Eclipse Luna and installed spring tool suite 3.7.3 release through eclipse market place.
When I am creating a new spring starter project with maven the following error is coming and I am unable to proceed forward.

Error: 'Import getting started content' has encountered a problem. NoClassDefFoundError: org/apache/maven/model/Model

Please help me in resolving this error.

F0XS
  • 1,271
  • 3
  • 15
  • 19
  • Some of the comments on this related question (https://stackoverflow.com/questions/33484363/how-do-i-create-a-spring-boot-starter-project-in-eclipse-that-is-properly-config#33484453) indicate that eclipse luna has an issue with STS – Gus Nov 20 '17 at 14:58

1 Answers1

0

This sounds related to this issue: https://jira.spring.io/browse/STS-3932. But I remember that we faced this issue again and implemented additional fixes and workarounds for this. Therefore I would recommend to use a more recent version of Eclipse/m2e/STS.

Martin Lippert
  • 5,988
  • 1
  • 15
  • 18