]
Michael Anstis commented on DROOLS-4960:
----------------------------------------
You should create one project containing the DO's etc you want to share and then add
it as a dependency to the other project.
Reference a data object from one project to another one.
--------------------------------------------------------
Key: DROOLS-4960
URL:
https://issues.redhat.com/browse/DROOLS-4960
Project: Drools
Issue Type: Feature Request
Affects Versions: 7.31.0.Final
Reporter: Nikos Tsekouras
Assignee: Toni Rikkola
Priority: Major
Labels: drools-tools
Currently, nothing can be referenced from one project to another one.
Using a common area to create the Data Objects etc. and reference them on several
projects will be very helpful.
Java-wise is like we are creating two projects and we reference the first one in the
second one, in order to use some classes in our code.