Benjamin Bentmann schrieb:

According to section 6.1 of the POM spec for Maven 3.x, the precedence of interpolation sources is:

  1. Maven Props
  2. System Props
  3. POM Props
  4. Environment Props

So far about POM interpolation. For plugin config interpolation however, the precedence realized by the PluginParameterExpressionEvaluator in Maven 2.x is to first consult the model's <properties> section and then CLI/execution properties, i.e. this is the reverse order used for interpolation.

This was apparently fixed in r572229 for Maven 3.x as per MNG-1992. Can we backport this to Maven 2.1.x and/or Maven 2.0.x?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to