OpenLiberty / OpenLiberty/liberty-tools-eclipse
Multi-module Gradle support
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 20
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 16
Description
Now that the LGP supports multi-module Gradle projects, we should investigate how to support this in Liberty Tools.
One thing to keep in mind is how Gralde multi-module projects are imported into Eclipse with modules as sub-directories - not separate projects. This means our detection logic, which performs project level checks will not work.
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.
Research direction
Start by reviewing how Liberty Tools detects projects and how multi-module Gradle projects are imported into Eclipse, with modules represented as sub-directories rather than separate projects. Trace the existing project-level checks and determine the scope of support needed; done means multi-module projects are correctly detected and supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100