Filtering is done wrong in several areas. (original) (raw)

Is your feature request related to a problem? Please describe.
Currently we are filtering too much parts

[DEBUG] file dep-01-0.2.jar has a filtered file extension
[DEBUG] Using 'UTF-8' encoding to copy filtered resource 'dep-01-0.2.jar'.
[DEBUG] filtering /../maven-it-extension/itf-examples/src/test/resources-its/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/src/it-repo/com/soebes/maven/plugins/test/integration/dep-01/0.2/dep-01-0.2.jar 
to 
/.../maven-it-extension/itf-examples/target/test-classes/com/soebes/itf/examples/MavenIntegrationIT/first_integration_test/src/it-repo/com/soebes/maven/plugins/test/integration/dep-01/0.2/dep-01-0.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary

We have to check why the it-repo is being filtered. That is simply wrong cause it contains usually jar file which would result in failure...