Assuming your property is named log4j-version:
<dependency>
  <groupId>log4j</groupId>
  <artifactId>log4j</artifactId>
  <version>${log4j-version}</version>
</dependency>

Wayne

On 4/3/08, escorido <[EMAIL PROTECTED]> wrote:
>
> How to retrieve the version of a dependency defined inside the <properties>
> element?
> in a parent pom?
>
>
> --
> View this message in context: 
> http://www.nabble.com/Retrieve-dependency-version-defined-in-%3Cproperties%3E-tp16467322s177p16467322.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to