diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-17 15:31:27 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-17 15:32:08 +0100 |
commit | 0e905ca6a5ac1b9ff1ffda8dc17cf00d92b9cf60 (patch) | |
tree | 72c3f306d1ba0eec9e64171ba7c776f39460570e | |
parent | d5d1c9f30d4bdc653056af0debfbee9e84958637 (diff) | |
download | sonarqube-0e905ca6a5ac1b9ff1ffda8dc17cf00d92b9cf60.tar.gz sonarqube-0e905ca6a5ac1b9ff1ffda8dc17cf00d92b9cf60.zip |
Do not exclude the modules sonar-deprecated and sonar-testing-harness from analysis. Let's increase the debt measure !
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -87,8 +87,7 @@ <derby.version>10.7.1.1</derby.version> <jetty.version>6.1.25</jetty.version> - <sonar.skippedModules>sonar-deprecated,sonar-gwt-api,sonar-core-gwt,sonar-testing-harness,sonar-samples - </sonar.skippedModules> + <sonar.skippedModules>sonar-gwt-api,sonar-core-gwt</sonar.skippedModules> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.min.version>2.2.1</maven.min.version> <jdk.min.version>1.5</jdk.min.version> |