In Maven, a profile
Allows filtering according to the delivery environment
Allows to specialize the build according to a property
Can be activated by a given property on the command line
Declared by the <profiling> tag of <build>
<profiling>
<build>