Bug 418531 - CBI Build: Resources inside a bundle are copied

https://bugs.eclipse.org/bugs/show_bug.cgi?id=418531

Re-adds test resource filtering.

Change-Id: I51a3811e08d7f8a255fa9a96ea19b9ec265e160c
Reviewed-on: https://git.eclipse.org/r/19231
Reviewed-by: Ken Lee <kle@bsiag.com>
IP-Clean: Ken Lee <kle@bsiag.com>
Tested-by: Ken Lee <kle@bsiag.com>
diff --git a/org.eclipse.scout.parent/pom.xml b/org.eclipse.scout.parent/pom.xml
index 009a303..a24e936 100755
--- a/org.eclipse.scout.parent/pom.xml
+++ b/org.eclipse.scout.parent/pom.xml
@@ -151,6 +151,13 @@
   </pluginRepositories>
 
   <build>
+    <testResources>
+      <testResource>
+        <directory>testResources</directory>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+
     <pluginManagement>
       <plugins>
         <plugin>