Goal itf-maven-plugin:resources-its does not replace placeholder (original) (raw)
Describe the bug
The newly introduced goal resources-its to copy resources (#163) does not replace placeholders like @project.version@.
To Reproduce
Steps to reproduce the behavior:
- Create a file
src/test/resources-its/org/example/test.txtwith content
Hello World @project.version@
- Run
mvn com.soebes.itf.jupiter.extension:itf-maven-plugin:0.10.0:resources-its - Check the content of
target/test-classes/org/example/test.txt
Current behavior
The content is
Hello World @project.version@
Expected behavior
The content should be something like