OK this is the same result I am getting... but this seems to cause Eclipse to not parse or use the Maven subprojects pom.xml, as well as the Eclipse .project files in sub-project folders. It seems that m2eclipse plugin doesn't function on the sub-projects, and Java packages aren't shown in Package Explorer View, or Project Explorer View.
If I import one subproject separately, say elytron-keystore, then I get the context menu options for Maven, and Java packages are shown.
Without the sub-projects being recognized, I loose the Eclipse feature to search References of a class, making it hardly a Java IDE at all.
When importing Maven sub-projects, Eclipse gives these errors:
No marketplace entries found to handle maven-dependency-plugin:3.1.1:get in Eclipse
No marketplace entries found to handle maven-dependency-plugin:3.1.1:properties in Eclipse.
Continuing with import will result in projects with build errors.
Is that perhaps the reason to omit importing the subprojects?