aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 15:45:00 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 15:45:00 +0100
commit32b0ebc87b48fb4ed1aa79758d25268911f5866d (patch)
tree75faeb7e10fae67eab9735db80b5c67fe21a6154
parent379176e7e8e5f7f7a677796c4aa1446203c6ae32 (diff)
downloadsonar-scanner-cli-32b0ebc87b48fb4ed1aa79758d25268911f5866d.tar.gz
sonar-scanner-cli-32b0ebc87b48fb4ed1aa79758d25268911f5866d.zip
Add missing property gitRepositoryName
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a59eff6..0bd8cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,9 @@
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
+
+ <!-- used for deployment to SonarSource Artifactory -->
+ <gitRepositoryName>sonar-scanner-cli</gitRepositoryName>
</properties>
<dependencies>