Maven can define some resource properties in the head section using the
properties Tag just like this:
>
> <properties>
>
<tc-refund-all.version>1.0.2</tc-refund-all.version>
>
<tc-refund-domain.aid>tc-refund-domain</tc-refund-domain.aid>
>
<properties>I have define the configs in a my.properties file, how can I import this config file and use it in the build process?
