Closed GoogleCodeExporter closed 9 years ago
I cannot reproduce this problem using my test harness
https://maven-replacer-plugin.googlecode.com/svn/test-plugin-use
Can you see how the execution id "xpath-with-text-selector" compares to your
setup?
Original comment by baker.st...@gmail.com
on 30 Apr 2014 at 7:43
Closing - no response.
Original comment by baker.st...@gmail.com
on 19 May 2014 at 11:12
I get quite the same issue with:
<replacement>
<xpath>repository/@name</xpath>
<token>.*</token>
<value>foobar</value>
</replacement>
With a target like:
<repository
name='file:/media/raoul/devspace/dev/workspace-osgi4/xtpop.aggregator/third-part
ies/repository/target/repository - artifacts' [...]
the new content is:
<repository name="foobarfoobar" [...]
To avoid this, I use:
<token>^.*$</token>
Nothing in the original text explains this behavior.
Do I need to open a new issue or is it OK with the current one.
Original comment by p.m.ra...@gmail.com
on 22 Oct 2014 at 9:55
Original issue reported on code.google.com by
dcor...@zcorum.com
on 1 Apr 2014 at 12:22