diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-01 14:53:51 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-01 14:53:51 +0100 |
commit | 378a8d9d4636d80f3421f17e8b0209742b64a3c9 (patch) | |
tree | 39bcadecbca28609a6733ccd7e5865ed020b1619 /pom.xml | |
parent | ba5c553c7e536c293050a4c1b320887881c70749 (diff) | |
download | sonar-scanner-cli-378a8d9d4636d80f3421f17e8b0209742b64a3c9.tar.gz sonar-scanner-cli-378a8d9d4636d80f3421f17e8b0209742b64a3c9.zip |
Fix build
- upgrade orchestrator from 3.9-SNAPSHOT to 3.9
- use latest parent pom in integration tests
- support Java 7 for analysis from Travis
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -183,4 +183,13 @@ </plugin> </plugins> </build> + + <profiles> + <profile> + <id>it</id> + <modules> + <module>it</module> + </modules> + </profile> + </profiles> </project> |