diff options
Diffstat (limited to 'sonar/scratchpad/pom.xml')
-rw-r--r-- | sonar/scratchpad/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar/scratchpad/pom.xml b/sonar/scratchpad/pom.xml index 6bb368e8e5..c79dc66f81 100644 --- a/sonar/scratchpad/pom.xml +++ b/sonar/scratchpad/pom.xml @@ -71,6 +71,9 @@ <resource> <directory>../../src/scratchpad/testcases</directory> </resource> + <resource> + <directory>../../src/resources/test</directory> + </resource> </resources> </configuration> </execution> |