Bug 571667

Summary: Nested Maven Modules do not appear below parent project in Package Explorer
Product: [Eclipse Project] Platform Reporter: Lyle Ziegelmiller <lyle_z>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.9   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Contains screenshots and comments describing the issue none

Description Lyle Ziegelmiller CLA 2021-03-03 18:36:34 EST
Created attachment 285728 [details]
Contains screenshots and comments describing the issue

Newly created Maven child module does not appear under its parent project. Please see attached Word document for screen shots and more details.

----------------------------------------------------------------
Spring Tool Suite 4 

Version: 4.9.0.RELEASE
Build Id: 202012132054

Copyright (c) 2007 - 2020 Pivotal, Inc.
All rights reserved. Visit https://spring.io/tools

This product includes software developed by the
Eclipse Foundation https://www.eclipse.org

This product includes software developed by the
Apache Software Foundation https://www.apache.org

----------------------------------------------------------------

lylez@LJZ-DELLPC ~/SpringBootExperimentation
$ javac --version
javac 15

lylez@LJZ-DELLPC ~/SpringBootExperimentation
$ java --version
java 15 2020-09-15
Java(TM) SE Runtime Environment (build 15+36-1562)
Java HotSpot(TM) 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)

lylez@LJZ-DELLPC ~/SpringBootExperimentation