Bug 564319 - Support close Multi-Module Maven project via context menu
Summary: Support close Multi-Module Maven project via context menu
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2020-06-16 03:28 EDT by Gao Hao CLA
Modified: 2020-06-16 09:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gao Hao CLA 2020-06-16 03:28:41 EDT
Now we can close multi-module maven project by selecting projects and selecting `Close Projects` in right-click context menu. 

This is not convenient. We should provide a `Close it and its sub-module projects` option in context menu.
Comment 1 Rolf Theunissen CLA 2020-06-16 09:39:38 EDT
Maven support is not provided by Eclipse Platform, it is provided by the M2Eclipse. Move the request to there, or update the summary.

What Eclipse Platform does support is Working Sets and Nested Projects. You can define your own Working Set and add all the maven modules to the same Working Set. When you right-click on the Working Set, you can close all projects in one go. 
To make configuration easier, Oomph provides dynamic Working Sets, https://wiki.eclipse.org/Dynamic_Working_Sets

The Project Explorer offers to show projects in a nested way. In that case, closing the root project will not close the child processes. It might make sense to have an option to close nested projects.

Which functionality are you looking for?