diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-22 18:36:43 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-22 20:57:11 +0100 |
commit | ab66c18d75beabaf36a72897702684a3f1d4afcc (patch) | |
tree | a9ff9cf20c899252cc06d5147948661680c1be87 /pom.xml | |
parent | 58f770105ceef3a41a698ccd83c57d4498e6741d (diff) | |
download | sonarqube-ab66c18d75beabaf36a72897702684a3f1d4afcc.tar.gz sonarqube-ab66c18d75beabaf36a72897702684a3f1d4afcc.zip |
Add upgrade tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |