aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-07-02 10:51:50 +0200
committerDavid Gageot <david@gageot.net>2015-07-02 10:51:50 +0200
commit7098d31e221a10be219f05443b31b37aaf715e09 (patch)
tree908c7285ddc4fde266a7421b4c98ae0b23fe86d5 /pom.xml
parent516db42684c2887f5a2a8fa8c2ac1f7b71e29e5b (diff)
parent68bdee9a6e550813b57c10d66dff05c6e0027509 (diff)
downloadsonarqube-7098d31e221a10be219f05443b31b37aaf715e09.tar.gz
sonarqube-7098d31e221a10be219f05443b31b37aaf715e09.zip
Merge branch 'feature/it'
Conflicts: .travis.yml travis.sh
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1b9456e948c..0b1f5363c33 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>
@@ -1132,7 +1133,6 @@
</dependency>
-
<!-- tomcat -->
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
@@ -1606,6 +1606,14 @@
<coveragePerTest>true</coveragePerTest>
</properties>
</profile>
+
+ <profile>
+ <!-- integration tests -->
+ <id>it</id>
+ <modules>
+ <module>it</module>
+ </modules>
+ </profile>
</profiles>
</project>