I\'ve read some questions here about how to set a property (most of them talked about the version number for an application) from a maven plugin.
It seems there\'s no easy
Maven sets properties in initialize phase. I assume that in that phase maven loads system properties. And after that maven doesn't load system properties again. If you try to add a system property after this phase than it's not loaded.