Articles with tag "Maven"

Maven custom properties precedence

If you’ve worked with Maven before, you are probably aware that it allows you to define custom properties that can then be used throughout your build as placeholders (for value re-use or configuration purposes) or even as a mean of configuring your final build resources using filters. These come very handy for defining environment-specific configurations. These custom properties can be defined at multiple locations. But what happens when you define (or re-define) the same property in multiple locations? Read more...