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:

  1. Create a file src/test/resources-its/org/example/test.txt with content
Hello World @project.version@
  1. Run mvn com.soebes.itf.jupiter.extension:itf-maven-plugin:0.10.0:resources-its
  2. 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