aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 14:53:51 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 14:53:51 +0100
commit378a8d9d4636d80f3421f17e8b0209742b64a3c9 (patch)
tree39bcadecbca28609a6733ccd7e5865ed020b1619 /pom.xml
parentba5c553c7e536c293050a4c1b320887881c70749 (diff)
downloadsonar-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.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4b601cf..6f220cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,4 +183,13 @@
</plugin>
</plugins>
</build>
+
+ <profiles>
+ <profile>
+ <id>it</id>
+ <modules>
+ <module>it</module>
+ </modules>
+ </profile>
+ </profiles>
</project>