How I can configure JRebel for multi-module maven project? For now, I added JRebel plugin to my parent pom.xml
and I generated several rebel.xml
files (one rebel.xml
per child module) using jrebel:generate
command. Is it correct behavior to generate several rebel.xml
files for each module?
EDIT: In final all my modules will be collected at single EAR. So it mean I need to remove JRebel-maven-plugin
from parent pom.xml
and declare it only for pom.xml of EAR module of my project?