summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/oasis-assembly-test-runner/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'otest/newlayout/oasis-assembly-test-runner/pom.xml')
-rw-r--r--otest/newlayout/oasis-assembly-test-runner/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/otest/newlayout/oasis-assembly-test-runner/pom.xml b/otest/newlayout/oasis-assembly-test-runner/pom.xml
index c3ac4d7010..9dbb41c0ae 100644
--- a/otest/newlayout/oasis-assembly-test-runner/pom.xml
+++ b/otest/newlayout/oasis-assembly-test-runner/pom.xml
@@ -162,6 +162,20 @@
</sources>
</configuration>
</execution>
+ <execution>
+ <id>add-test-resource</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-resource</goal>
+ </goals>
+ <configuration>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
</executions>
</plugin>