aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-22 18:36:43 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-22 20:57:11 +0100
commitab66c18d75beabaf36a72897702684a3f1d4afcc (patch)
treea9ff9cf20c899252cc06d5147948661680c1be87 /pom.xml
parent58f770105ceef3a41a698ccd83c57d4498e6741d (diff)
downloadsonarqube-ab66c18d75beabaf36a72897702684a3f1d4afcc.tar.gz
sonarqube-ab66c18d75beabaf36a72897702684a3f1d4afcc.zip
Add upgrade tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5da65796257..60a570aba74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1509,11 +1509,12 @@
</profile>
<profile>
- <!-- integration and performance tests -->
+ <!-- integration, performance and upgrade tests -->
<id>tests</id>
<modules>
<module>it</module>
<module>tests/perf</module>
+ <module>tests/upgrade</module>
</modules>
</profile>
</profiles>