The title says it all.
I changed the environment variable that is used in my java project through, for example, this line in my pom.xml:
<url>${env.DB_CONNECTION_URL}</url>
For the changes to take effect, I must manually restart IntelliJ.
Interestingly, I installed the IntelliJ plugin to ārestartā IntelliJ, which it does, but the environment variables are not updated.
Is there any way to do this without restarting?
source share