-
Bug
-
Resolution: Done
-
Major
-
7.12.0.GA
-
None
-
1
-
False
-
False
-
-
-
-
-
-
ER1
-
+
-
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.
- clones
-
KOGITO-6813 Kogito Spring Boot Archetype doesn't include any examples with grouping starter
- Closed