-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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