diff options
author | Tom <thomas.verin@sonarsource.com> | 2016-04-08 15:06:43 +0200 |
---|---|---|
committer | Tom <thomas.verin@sonarsource.com> | 2016-04-08 15:06:43 +0200 |
commit | 8f77404ca7a821d922a5b3be8197452f1e9cd953 (patch) | |
tree | 9a1d705b3a285ecd59ec7412916bf55208c4f4b8 /pom.xml | |
parent | 882597f71da9b2264e462c41c2a29ec7a092f8b4 (diff) | |
download | sonarqube-8f77404ca7a821d922a5b3be8197452f1e9cd953.tar.gz sonarqube-8f77404ca7a821d922a5b3be8197452f1e9cd953.zip |
Fixed tests submodules poms
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1508,8 +1508,7 @@ <id>tests</id> <modules> <module>it</module> - <module>tests/perf</module> - <module>tests/upgrade</module> + <module>tests</module> </modules> </profile> </profiles> |