OpenLiberty / OpenLiberty/liberty-tools-eclipse
Enhance Liberty dashboard view of projects to allow selection of a Liberty module for performing actions
Open
@mezarin is already working on this.
Since Jun 2, 2026.
multi-module
- Dominant language
- Java
- Stars
- 16
- Forks
- 20
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 16
Description
Related LTI issue: https://github.com/OpenLiberty/liberty-tools-intellij/issues/1274.
The following should be accomplished for muti-module projects:
- The dashboard should show the parent and liberty configured modules in tree form where the aggregator project is the parent and the Liberty configured projects are the children.
- If there are multiple liberty configured children, performing an action on the parent triggers the display of a dialog where the user could select from 1 to N liberty configured children. A dialog that can accommodate this is: org.eclipse.ui.dialogs.ElementListSelectionDialog. When the project is selected, the an action is performed on the selected child withing the multi-module project context and not as an independent project.
Module selection dialog when encountering more than one Liberty configured child:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.