resource:resource filtering fails when resource contains an @
-------------------------------------------------------------
Key: MNG-4873
URL: http://jira.codehaus.org/browse/MNG-4873
Project: Maven 2 & 3
Issue Type: Bug
Affects Versions: 3.0
Environment: os : ubuntu 10.04, Java version: 1.6.0_10-rc2, Apache
Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) and Apache Maven 3.0 (r1004208;
2010-10-04 13:50:56+0200)
Reporter: Søren Krum
I have a resource having the same place-holder two times in it. When i start a
maven build with 2.2.1, both of them get replaced in the target directory. But
when running the same build under 3.0, only the first found place-holder is
replaced. I am not sure if it is a bug, but i would assume it is.
here is how my test file looks like:
*******8<----------------
The first ${test.property}!
@
The second ${test.property}!
*******8<----------------
If I remove the @ or add another one (seems even uninteresting where i add it),
it works even in 3.0 as expected. Seems as long as i have a even number of @ it
works fine, but fails for an odd number.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira