summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-02 14:05:25 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-02 14:05:25 +0000
commit625da3dc6bc5099e7b9c22a31b005adb5318b6dc (patch)
treef3dfb9a18f1a44d5b9b40d2f58596a306f0efff8 /pom.xml
parent1a51c6bf53bf1f526c3c39aa86569b042f8be810 (diff)
downloadsonarqube-625da3dc6bc5099e7b9c22a31b005adb5318b6dc.tar.gz
sonarqube-625da3dc6bc5099e7b9c22a31b005adb5318b6dc.zip
extract GWT components from sonar-core-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index efeb1f81b41..39d29d8a640 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.sonar</groupId>
@@ -28,7 +29,7 @@
<module>sonar-testing-harness</module>
<module>sonar-squid</module>
<module>sonar-ws-client</module>
-
+ <module>plugins/sonar-core-gwt</module>
<module>plugins/sonar-core-plugin</module>
<module>plugins/sonar-dbcleaner-plugin</module>
<module>plugins/sonar-checkstyle-plugin</module>
@@ -85,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.skippedModules>
+ <sonar.skippedModules>sonar-gwt-api,sonar-gwt-core</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>