I am using maven as build tool. I have set an environment variable called env
. How can I get access to this environment variable’s value in the pom.xml
file?
I am using maven as build tool. I have set an environment variable called env
. How can I get access to this environment variable’s value in the pom.xml
file?