Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira plugin QuickReload advanced configuration override pom.xml convention

yevhen_rudenko November 18, 2022

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.

  • QR starts from the current running directory
  • QR then ascends the directory tree until it finds a pom.xml that has no parent POM
  • QR then descends from there to find all pom.xml files, and tracks their associated target directories for changed .jar files

This 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

0 answers

Suggest an answer

Log in or Sign up to answer