While running a maven application I am passing a systemproperty -DconfFolder=c:/config. Within the pom how do I access this value. I want the resource plugin to move some file to this confFolder
You can access this value with ${confFolder}
inside pom.xml
.
Maven Properties.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With