jmporterog / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Paths relative to POM do not work #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Specify file relative to POM: <file>target/feature/feature.xml</file>

What is the expected output? What do you see instead?

Replacement on 1 file. But the file is not found
Using an absolute path or ${project.build.directory}/feature/feature.xml works. 
Maybe this was broken in this context:
https://code.google.com/p/maven-replacer-plugin/issues/detail?id=69

What version of the product are you using?

1.5.3

Original issue reported on code.google.com by ralf.viv...@gmail.com on 12 Oct 2014 at 2:09

GoogleCodeExporter commented 9 years ago
Hi, can you try 1.5.2 in case it was broken in Issue 69.

Original comment by baker.st...@gmail.com on 13 Oct 2014 at 1:35

GoogleCodeExporter commented 9 years ago
I have downgraded to 1.5.2 and relative paths do work in that version.

Original comment by ralf.viv...@gmail.com on 14 Oct 2014 at 2:56