summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-03 22:08:54 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-03 22:08:54 +0000
commit2730be00ff97d90060401d7b38d7b90ac128a18d (patch)
tree3c3f4150566e8223b7a3880bbec82d21ef71c911 /pom.xml
parentf9330dd6f434d93a94ade51840367177224150e4 (diff)
downloadsonarqube-2730be00ff97d90060401d7b38d7b90ac128a18d.tar.gz
sonarqube-2730be00ff97d90060401d7b38d7b90ac128a18d.zip
fix the property sonar.skippedModules to exclude the GWT module 'sonar-core-gwt' from analysis
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 39d29d8a640..cec5aa37a45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<properties>
<derby.version>10.6.1.0</derby.version>
<jetty.version>6.1.24</jetty.version>
- <sonar.skippedModules>sonar-gwt-api,sonar-gwt-core</sonar.skippedModules>
+ <sonar.skippedModules>sonar-gwt-api,sonar-core-gwt</sonar.skippedModules>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>2.0</maven.min.version>
<jdk.min.version>1.5</jdk.min.version>