My previous suggestion about ${dollar}{basedir} does not work, the end result
still contains the *value* of basedir (apparently there are two escaping
rounds).

Am I out of options?


Karel Vervaeke wrote:
> 
> Hi, is there a way to escape ${...} in filtered resources?  My (filtered)
> resource should contain
> ${basedir} once literally and once substituted.
> 
> I have tried various escaping methods:
>  $${basedir}
>  ${$}{basedir}
>  ${'$'}{basedir}
>  ${{basedir}}
> 
> But none seem to produce the desired result.  I can introduce a property
> called 'dollar' => $
> and write ${dollar}{basedir}, but I am wondering if there is a cleaner way
> to escape the ${..} constructs.
> 
> Regards,
> Karel
> 

-- 
View this message in context: 
http://n2.nabble.com/Escaping-%24%7Bproperties%7D-in-filtered-resources.-tp533566p533577.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]

Reply via email to