On Tue, Jun 1, 2010 at 2:33 PM, Laird Nelson <[email protected]> wrote:
> I have filtering set up in my pom.xml like this:
Burned by the delimiters. There's a reference to a Java annotation in
the xml file I was trying to filter, early on, @LikeThis. Of course
"@" is a default delimiter. Filtering of ${something} later on in the
document didn't work, because Maven was waiting for the closing "@"
which of course was never going to happen.
In other words, a chunk of text like this:
Hi there! This is @some text we're going to
filter (all of War and Peace goes here) and
hopefully ${thisGuy} will be filtered!
...will never attempt to filter the ${thisGuy} token, because a filter
was "opened" by "@some" early on in the document and never "closed".
Moving along,
Best,
Laird
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]