diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-05-11 11:28:47 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-05-15 11:13:44 +0200 |
commit | d356b785defb5bb431422c13a9adc2fbbc57cb95 (patch) | |
tree | 0bc7500034bd98ae421cab4287c66d95ac12d9ca /server/sonar-server/pom.xml | |
parent | 0c32759687fce50a1c99387bbb3f97f57cbf8f98 (diff) | |
download | sonarqube-d356b785defb5bb431422c13a9adc2fbbc57cb95.tar.gz sonarqube-d356b785defb5bb431422c13a9adc2fbbc57cb95.zip |
add medium test for plugins webservices
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index fd3ee697d4f..060f744bfa1 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -256,6 +256,10 @@ <filtering>false</filtering> </testResource> <testResource> + <directory>src/test/filteredresources</directory> + <filtering>true</filtering> + </testResource> + <testResource> <directory>src/test/projects</directory> <filtering>false</filtering> </testResource> |