diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-01 15:45:00 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-01 15:45:00 +0100 |
commit | 32b0ebc87b48fb4ed1aa79758d25268911f5866d (patch) | |
tree | 75faeb7e10fae67eab9735db80b5c67fe21a6154 | |
parent | 379176e7e8e5f7f7a677796c4aa1446203c6ae32 (diff) | |
download | sonar-scanner-cli-32b0ebc87b48fb4ed1aa79758d25268911f5866d.tar.gz sonar-scanner-cli-32b0ebc87b48fb4ed1aa79758d25268911f5866d.zip |
Add missing property gitRepositoryName
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |