You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Pall <ch...@gmail.com> on 2008/05/20 20:41:25 UTC

Quick question:

I've got filters setup for my spring application as a resource, but I need
use ant style replacement characters instead of maven.

*I need *

@something@

*instead of*

${something}


Is there a way I can do this?

Thanks,
-- cgp