I want to get the actual version of a dependency so that I can write this 
actual version to a manifest file.  How can I get this version?

E.x.
If I have a dependency on artifactId=base how can I get its version such that 
the Base-Version entry will have its version?

<manifestEntries>
  <Version>${version}</Version>  // OK this works.
  <Base-Version>${base.version}</Base-Version> // ? How do I get the version of 
base ?
</manifestEntries>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to