aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/assembly/dist-linux.xml2
-rw-r--r--src/main/assembly/dist-macosx.xml2
-rw-r--r--src/main/assembly/dist-windows.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/assembly/dist-linux.xml b/src/main/assembly/dist-linux.xml
index d4d1923..f24416a 100644
--- a/src/main/assembly/dist-linux.xml
+++ b/src/main/assembly/dist-linux.xml
@@ -4,7 +4,7 @@
<formats>
<format>zip</format>
</formats>
- <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>sonar-scanner-${project.version}-linux</baseDirectory>
<fileSets>
<!-- jre basic, except bin/ -->
diff --git a/src/main/assembly/dist-macosx.xml b/src/main/assembly/dist-macosx.xml
index 65ad78e..1babd6a 100644
--- a/src/main/assembly/dist-macosx.xml
+++ b/src/main/assembly/dist-macosx.xml
@@ -4,7 +4,7 @@
<formats>
<format>zip</format>
</formats>
- <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>sonar-scanner-${project.version}-macosx</baseDirectory>
<fileSets>
<!-- jre basic, except bin/ -->
diff --git a/src/main/assembly/dist-windows.xml b/src/main/assembly/dist-windows.xml
index 132859b..c65c2e4 100644
--- a/src/main/assembly/dist-windows.xml
+++ b/src/main/assembly/dist-windows.xml
@@ -4,7 +4,7 @@
<formats>
<format>zip</format>
</formats>
- <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>sonar-scanner-${project.version}-windows</baseDirectory>
<fileSets>
<!-- jre basic, except bin/ -->