properties-maven-plugin
About
This plugin allows us to read external properties from files or define new ones inside the POM, which can then be used throughout your Maven build.
Use Cases
Read values from external config
Set dynamic values as Maven properties
Example – Reading from a File
Last updated
Was this helpful?