Hi there,
By default, you should not have to configure anything for QuickReload to work, because it uses a pom.xml strategy on what directories to watch for changes.
pom.xml that has no parent POMpom.xml files, and tracks their associated target directories for changed .jar filesThis will allow QuickReload to watch many plugins in a multi-module Maven project.
Automatic plugin reinstallation with QuickReload
I would like to change this behaviour, as some of my other modules of multi-module maven project don't need to be tracked.
One possible solution I suppose would be not to have parent pom.xml in one directory up towards plugin directory (where plugin's pom.xml resides), but is there any other configuration which can be applied in this case?
Thanks,
Yevhen