Jörg Schaible wrote:
This won't work in general. E.g. a property like maven.repo.remote is evaluated before the first goal ever executed. Additionally if you load properties, they are nor available in the reactors e.g. inherited by the subprojects in multiproject. You'll have to play with this. If you load your properties into the current context (via the <properties> tag), and then somehow translate that to a Map, you can put it into maven's POM context (or plugin context) via ${pom.context.setVariables(myMap)} Wouldn't that work? |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
