This may be of relevance, too...
http://maven.apache.org/plugins/maven-resources-plugin/examples/escape-filtering.html

David C. Hicks wrote:
> Hi Jane,
>
> I just happened to be looking for other information about "escaping"
> when I saw your question. Looks like you can use:
>
>     \${foobar}
>
> To cause the literal to be used. Here's a link to the page where I found
> this: http://maven.apache.org/shared/maven-filtering/
> Dave
>
>
> Jane Young wrote:
>   
>> Hi Maven Gurus,
>>
>> Is there a way to treat the literal value of ${foobar} instead of a
>> property?
>> For example I want to be able to put an entry in the manifest using
>> the Maven jar plugin. The entry contains the value ${installRoot} but
>> since there is no property associated with this, Maven converts it to
>> "null". In other words, is there a way that I can escape the
>> expression ${..}?
>>
>>
>> Thanks in advance!
>> Jane
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to