Grails 5.0.1 generate-all generates only artifacts for the first domain
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
In my grails 5.0.1 instalation, the command generate-all is generating only the artifacts to the first domain. The command: grails generate-all business/ * --force
See below the domains list. Only the Area domais is considered for the command. Thanks.

Thanks
Contributor guide
Research direction
Start by reproducing `grails generate-all business/ * --force` in Grails 5.0.1 with multiple domain classes, confirming that only the first domain is processed. Trace the `generate-all` command entry point and compare its behavior across the listed domains; done means artifacts are generated for every domain rather than only Area.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100