The scaffolding initialization process has a “chicken-and-egg” problem where subprojects are not pulled correctly unless users manually intervene. This breaks the intended automated setup flow and introduces avoidable POM edits.
Scope
- Investigate why scaffold init fails to pull required subprojects
- Eliminate manual POM changes or other setup workarounds
- Ensure initialization works on a clean workspace
The scaffolding initialization process has a “chicken-and-egg” problem where subprojects are not pulled correctly unless users manually intervene. This breaks the intended automated setup flow and introduces avoidable POM edits.
Scope