Maven Filtering and Property Substitution
Jump to navigation
Jump to search
Internal
- Assembly Module Filtering and System Property Substitution
- Resource Plugin Filtering and Property Substitution
Overview
Maven will replace properties specified in its resource files during the "process-resources" phase, or while building an assembly, if filtering is turned on.
In order to be replaced, a property must be specified as such:
... ${property_name} ...
Filtering can be turned on as follows: