-
Bug
-
Resolution: Done
-
Major
-
1.17.0.Final
-
None
-
1
-
False
-
False
-
-
2022 Week 08-10 (from Feb 21)
SB archetype doesn't include any example when no starter is specified. The issue is the following condition in the archetype-post-generate.groovy:
def removeUnneededResources(String starters, String appPackage) { if (starters == "" || starters == null) { // in this case we will have all starters in the project, let's include everything in the final project return } // rest of the method
By default, the starters property is set to "UNDEFINED" value which then causes that all examples are removed.
- is cloned by
-
RHPAM-4206 Kogito Spring Boot Archetype doesn't include any examples with grouping starter
- Closed
- is related to
-
KOGITO-6309 Kogito Spring Boot Archetype doesn't include DMN examples with decisions starter
- Closed