Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlejdcasey

The most EL-neutral syntax for referencing such a built-in property might be something like:

Code Block
${dependencies["org.foo:foo"].version}

One note on using dependencyManagement information for POM interpolation: depMgmt info is only available when directly referenced by the POM, and the injection of depMgmt information currently takes place after interpolation IIRC. It's just another detail we'll have to deal with in order to enable this.

See Expression Access to POM List Elements for design discussion.

JIRA reference