You can define properties like this in profiles. But realistically,
you should be using <dependencyManagement> to manage versions, and not
external filter files.

Wayne

On 1/4/08, dddzzz <[EMAIL PROTECTED]> wrote:
>
> Is it possible to filter POMs. Simple case would be:
>
> Filters defined in POM:
> <filters>
>   <filter>src/main/filters/filter.properties</filter>
> </filters>
>
> filter.properties:
> # filter.properties
> some.version=1.2.3
>
> Using filter values:
> <version>${some.version}</version>
> --
> View this message in context:
> http://www.nabble.com/Filtering-POMs-tp14620305s177p14620305.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