Bug 571667 - Nested Maven Modules do not appear below parent project in Package Explorer
Summary: Nested Maven Modules do not appear below parent project in Package Explorer
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.9   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 18:36 EST by Lyle Ziegelmiller CLA
Modified: 2021-03-03 18:36 EST (History)
0 users

See Also:


Attachments
Contains screenshots and comments describing the issue (223.79 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2021-03-03 18:36 EST, Lyle Ziegelmiller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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