The hibernate jpamodelgen cannot generate entities extended form from a dependency project
I have 2 project A and B. Project A dependency project B.
Project B have a "ToggleableEntity" class and Project A have a "OrganizationalUnit" class
"OrganizationalUnit" class extend "ToggleableEntity" class.
When I build with maven and using hibernate jpamodelgen to generate "OrganizationalUnit_" class then ToggleableEntity missed in "OrganizationalUnit_" class
The pom.xml file
![alt text][1]
The result:
![alt text][2]
The expected
![alt text][3]
[1]: https://answers.axonivy.com/upfiles/demo_3.JPG
[2]: https://answers.axonivy.com/upfiles/demo_1.png
[3]: https://answers.axonivy.com/upfiles/demo_4.JPG