Force reload of environment variables in IntelliJ... without restarting?
The title says it all.
I have modified an environment variable which is used in my java project via, for example, this line in my pom.xml:
${env.DB_CONNECTION_URL}
For this change to take effect, I must manually restart IntelliJ.
Interestingly, I installed an IntelliJ plugin to "Restart" IntelliJ, which it does, but the environment variables are not refreshed.
Is there a way to do this, without restarting?