Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Maven project says it is missing a required project that is not a required project
Maven project says it is missing a required project that is not a required project [message #1871022] Thu, 12 September 2024 22:07 Go to next message
David M. Karr is currently offline David M. KarrFriend
Messages: 810
Registered: July 2009
Senior Member
I'm using the new 2024-09 release, which comes with m2e 2.6.2.20240828-1954.

I imported a project from my git repositories that I had previously imported in many previous Eclipse versions. I often have a problem with m2e (or whatever) not creating a .classpath file, but now I'm seeing a new weird problem.

The project is called "captchams", and it has numerous Maven dependencies, one of which is "idp-shutdown-jersey". The application builds perfectly fine from the mvn command line.

In Eclipse, it is saying this:

Project 'captchams' is missing required Java project: 'idp-shutdown-jersey'

In "Java Build Path" and "Projects", there are no required projects. I have "captchams" with "workspace resolution" disabled because I want it to get all artifacts from the local maven repo, not workspace projects.

I did create this issue: https://github.com/eclipse-m2e/m2e-core/issues/1829 , although the last couple of issues I've submitted to m2e were completely ignored, so I'm not really hopeful anything will come from that.
Re: Maven project says it is missing a required project that is not a required project [message #1871088 is a reply to message #1871022] Sat, 14 September 2024 15:50 Go to previous message
David M. Karr is currently offline David M. KarrFriend
Messages: 810
Registered: July 2009
Senior Member
I created a github ticket for this: https://github.com/eclipse-m2e/m2e-core/issues/1829 . This morning I added some additional information. I discovered ClassNotFound exceptions in the eclipse log, with m2e in the stack.
Previous Topic:eclipse for java variable debugger does not show some values
Next Topic:"Java 23 Support for Eclipse 2024-09 (4.33)" install fail
Goto Forum:
  


Current Time: Thu Jan 23 01:50:08 GMT 2025

Powered by FUDForum. Page generated in 0.02986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top