]
Tibor Zimanyi closed DROOLS-2453.
---------------------------------
Resolution: Won't Do
Create KJarUtils that can be used in tests everywhere
-----------------------------------------------------
Key: DROOLS-2453
URL:
https://issues.jboss.org/browse/DROOLS-2453
Project: Drools
Issue Type: Task
Components: core engine
Affects Versions: 7.7.0.Final
Reporter: Tibor Zimanyi
Assignee: Tibor Zimanyi
Priority: Minor
We have the same getPom() method that creates a pom.xml programatically in tests at
various places (e.g. here [1]). This means the code is duplicated at various places. This
duplication can be removed by new class KJarUtils that could be placed in
drools-test-coverage module that can be than used as a test dependency where needed.
[1]
https://github.com/kiegroup/drools/blob/e3cd2494a2fdc5f203505c7ef21cfe168...