Myself and one other developer have been unable to import HAPI-FHIR into Eclipse using the steps in the HAPI-FHIR hacking guide:
https://hapifhir.io/hapi-fhir/docs/contributing/hacking_guide.htmlI have tried with Eclipse 2021-09 and 2022-06.
In both cases, the following plugins were installed:
- lombok-1.18.24
- Kotlin Plugin for Eclipse 0.8.22
I also installed the recommended m2e connectors, and ignored one build step that Eclipse appears unable to handle:
The import reports failures once it is done, and gives a 100+ long list of various errors.

Selecting 'Maven -> Update Project' on hapi-fhir and updating dependencies on all the projects doesn't help.
The only mild improvement I get on building modules is switching Java to 17 in the build path (see below, where the default is still 11, which refuses to build).

'mvn clean install -DskipTests' works on the command line. Importing into IntellliJ IDEA appears to work fine as well. However, there doesn't appear to be a clean way for those used to working in Eclipse to contribute.