AdaptiveConsulting / nexus-casc-plugin

Configuration as code plugin for Sonatype Nexus Repository Manager
MIT License
48 stars 21 forks source link

reload configuration when yaml file changed #20

Closed shurikg closed 3 years ago

shurikg commented 3 years ago

Hi,

How can I apply the changes in yaml file without to restart the nexus?

bdellegrazie commented 3 years ago

Hi @shurikg, I'm afraid you can't. The plugin performs actions at certain points during the Nexus startup sequence so Nexus must be restarted for changes to take effect.

You can initiate a restart via the Life cycle API if that helps, but I suspect it doesn't.