]
Michael Anstis moved GUVNOR-2862 to DROOLS-2038:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2038 (was: GUVNOR-2862)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Examples (Workbench)
(was: Examples)
Playground repository: Introduce distributions jar
--------------------------------------------------
Key: DROOLS-2038
URL:
https://issues.jboss.org/browse/DROOLS-2038
Project: Drools
Issue Type: Task
Components: Examples (Workbench)
Reporter: Matej Čimbora
Assignee: Matej Čimbora
Idea from
https://github.com/droolsjbpm/optaplanner-wb/pull/130 review:
[~ge0ffrey] "The playground-parent's pom.xml's "packaging" type is
"pom", yet that pom.xml has a side effect of building and deploying a jar too.
Combine that with the fact that "packaging" defaults to "jar" and this
works.
So maybe we should split up playground-parent into kie-playground-parent and
kie-playground-distribution? The modules code would go into parent, but the assembly and
xslt code would go into playground-distribution. optaplanner-wb would depend on
distribution instead of parent."