diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-12 21:40:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-12 21:40:06 +0200 |
commit | eede8ce813a0d21dd5c48c6468a89ecb52de657a (patch) | |
tree | 282dc2488fe942e4463a5a2ce30aac90378ca54f /server/sonar-server/pom.xml | |
parent | 36ea67ac1960f57d7c2248c08e638f180729a96b (diff) | |
download | sonarqube-eede8ce813a0d21dd5c48c6468a89ecb52de657a.tar.gz sonarqube-eede8ce813a0d21dd5c48c6468a89ecb52de657a.zip |
Drop test PluginsWsMediumTest
This test is badly implemented. It is heavily coupled with the build
version and does not correctly support all kinds of versions (SNAPSHOT,
release on 3 digits, build on 4 digits).
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 129faac8c14..c9d21aa4fb3 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -265,14 +265,9 @@ <filtering>false</filtering> </testResource> <testResource> - <directory>src/test/filteredresources</directory> - <filtering>true</filtering> - </testResource> - <testResource> <directory>src/test/projects</directory> <filtering>false</filtering> </testResource> - </testResources> <plugins> |