-
Bug
-
Resolution: Done
-
Major
-
7.32.0.Final
-
None
-
None
-
2020 Week 04-06 (from Jan 20), 2020 Week 07-09 (from Feb 10), 2020 Week 10-12 (from Mar 2), 2020 Week 13-15 (from Mar 23), 2020 Week 16-18 (from Apr 13), 2020 Week 19-21 (from May 4), 2020 Week 22-24 (from May 25)
Currently when using the workitems archetype the generated projects are
forced to have parent definition:
<parent>
<groupId>org.jbpm.contrib</groupId>
<artifactId>workitems</artifactId>
<version>7.33.0-SNAPSHOT</version>
</parent>
This was done so that these projects can reuse the templates and pom <build> ...</build> entries of the workitems repository.
This seems to have caused issues with custom workitems that need to have a different parent/groupid etc. We should change the archetype to generate a project which does not depend on this parent and is completely stand-alone in nature allowing users to change anything they want.