aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-11-10 09:42:10 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-11-10 14:32:00 +0100
commit7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe (patch)
tree6be7723852fed64b4dfbe34c6ea6a9f732775793 /pom.xml
parent5a8d95da69a698a82faa01e7b396e33de61d4975 (diff)
downloadsonar-scanner-cli-7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe.tar.gz
sonar-scanner-cli-7b6c311c7d076de58cb57b28c6a9a31d5c7c9afe.zip
SQSCANNER-1 Extract SonarQube Scanner as a standalone project
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ab3ec7e..b54149c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<issueManagement>
<system>JIRA</system>
- <url>https://jira.sonarsource.com/browse/SONARSCANNER</url>
+ <url>https://jira.sonarsource.com/browse/SQSCANNER</url>
</issueManagement>
<properties>
@@ -129,7 +129,7 @@
<goal>single</goal>
</goals>
<configuration>
- <finalName>sonar-runner-${project.version}</finalName>
+ <finalName>sonar-scanner-${project.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<escapeString>\</escapeString>
<descriptors>
@@ -156,7 +156,7 @@
<minsize>160000</minsize>
<maxsize>185000</maxsize>
<files>
- <file>${project.build.directory}/sonar-runner-${project.version}.zip</file>
+ <file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>
</requireFilesSize>
</rules>