-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
2023 Week 09-11 (from Feb 27), 2023 Week 12-14 (from Mar 20), 2023 Week 15-17 (from Apr 10), 2023 Week 18-20 (from May 1), 2023 Week 21-23 (from May 22)
We can change the group-id of each example in the Kogito-examples repo to use `org.acme`, since we are not planning to deploy the examples to maven.
Some examples are using `org.acme` group-id, These should be changed to `org.kie.kogito` to keep the consistency in the examples.
We can change the group-id of each example in the Kogito-examples repo to use `org.acme`, so it won't clash with our name spaces.
As discussed, we should update our contribution guidelines on how should we name group-ids based on code/project.
> org.acme -> examples, tutorials, quickstarts, any user-facing projects with this intention.
> org.kie.kogito -> our core projects
In addition to the renaming work, we also need to remove any parent pom from the examples to get each example working as standalone, so it can be easily installed anywhere.
- relates to
-
KOGITO-7756 [KSW-Guides] use org.acme groupId in Creating your first service guide commands
- Resolved