aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/assembly
Commit message (Collapse)AuthorAgeFilesLines
* [SCANCLI-153] Use shell alternative to `which`Vincent Latombe2024-09-041-1/+1
| | | | | | | `which` may or may not be available on host systems. There are equivalent which are shell builtin. This is essentially using the same as https://github.com/apache/maven/commit/8852b87412c0af70efcee76f1bb12bc44635aab1, which has proven to work fine on a large shell variety.
* SCANCLI-147 Add aarch64 distributions for Linux and MacOSXJulien HENRY2024-06-265-14/+153
|
* Make debug script set debug option to the forked processJulien HENRY2024-05-072-3/+11
|
* SCANCLI-84 Rename SonarScanner -> SonarScanner CLIJulien HENRY2024-05-035-13/+12
|
* SQSCANNER-117 Make jre/lib/jspawnhelper amd jre/lib/jexec executable on linuxDuarte Meneses2023-08-041-0/+13
|
* SQSCANNER-70 - Updated script comments (#91)Mark Rekveld2020-09-284-4/+9
|
* SQSCANNER-78 - backtick syntax (#83)Mark Rekveld2020-09-242-12/+12
|
* fix issue with whitespaces in sonar-scanner pathChristopher Fenner2020-03-161-1/+1
|
* SQSCANNER-57 - Rename scanner SonarScanner (#78)mickael-caro-sonarsource2020-01-034-10/+10
| | | * SQSCANNER-57 - Rename scanner SonarScanner
* Check if Java is installed on LinuxMozes Gaal2019-02-221-0/+5
|
* Remove trailing backslash from project.home (#39)mawl2017-12-071-0/+3
|
* Simplify and modernize real_pathJanos Gyerik2017-08-021-10/+3
|
* SQSCANNER-43 Remove deprecated sonar-runner bat/sh scriptsJulien HENRY2017-07-318-174/+5
|
* Remove pointless echo of %SONAR_SCANNER_HOME%3.0.3.778Janos Gyerik2017-05-122-2/+0
|
* SQSCANNER-41 Handle parentheses in script installation path (#32)Janos Gyerik2017-05-121-2/+4
|
* Improve assembly (#28)Janos Gyerik2017-03-215-9/+20
| | | | | | * Make jre/lib/jspawnhelper executable on macosx * Move from /lib/jre to /jre in dists
* Append classifier to basedir (#27)Janos Gyerik2017-03-143-3/+3
|
* SQSCANNER-38 self-contained distributions for Linux, Windows and Mac OS X (#26)Janos Gyerik2017-03-139-8/+244
|
* Drop license notice that no longer applies (#25)Janos Gyerik2017-03-073-82/+0
|
* Fix scriptsDuarte Meneses2017-02-222-4/+4
|
* SQSCANNER-35 Fix script home detection and path quoting issuesDuarte Meneses2017-02-222-66/+26
|
* Improve scriptsDuarte Meneses2017-02-222-26/+26
|
* SQSCANNER-32 Cleanup default configuration file to remove deprecated propertiesDuarte Meneses2017-02-221-15/+0
|
* SQSCANNER-34 Don't use user-defined SONAR_SCANNER_HOMEDuarte Meneses2017-02-225-94/+57
|
* add -P to full path resolutionganncamp2017-01-131-1/+1
|
* SQSCANNER-20 Minor fixesJulien HENRY2016-09-203-3/+4
|
* SQSCANNER-20 Create a sonar-runner-debug executableDuarte Meneses2016-09-161-1/+1
|
* SQSCANNER-20 Create a sonar-runner-debug executableDuarte Meneses2016-09-163-0/+57
|
* SQSCANNER-27 Home not detected when links are usedDuarte Meneses2016-09-152-4/+12
|
* SQSCANNER-25 Fix regression with SONAR_RUNNER_OPTSJulien HENRY2016-07-051-1/+1
|
* SQSCANNER-7 SQSCANNER-6 Deprecate sonar-runner and SONAR_RUNNER_OPTSJulien HENRY2016-04-115-6/+232
| | | | And replace by sonar-scanner and SONAR_SCANNER_OPTS
* Update groupId, artifactId and packagesJulien HENRY2016-01-112-5/+5
|
* SQSCANNER-1 Extract SonarQube Scanner as a standalone projectJulien HENRY2015-11-102-4/+4
|
* Extract SonarQube Scanner as a separate projectJulien HENRY2015-11-093-0/+231
|
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-303-226/+0
|
* SONARPLUGINS-2622 Remove project specific settings in ↵Julien HENRY2013-01-211-5/+3
| | | | sonar-runner.properties file
* SONARPLUGINS-2313 readlink -f is not supported on macosxJulien HENRY2013-01-151-4/+62
| | | | * As a workaround we are now using a custom function to emulate the same behavior
* Try to fix ITs on Windows.Julien HENRY2013-01-071-1/+8
|
* SONARPLUGINS-2313 Improve Linux scriptJulien HENRY2013-01-041-6/+11
| | | | | | * SONAR_RUNNER_HOME: autodetection over symbolic links * validation when automaticly resolved * return non zero exit code when SONAR_RUNNER_HOME is wrong
* SONARPLUGINS-2296 BAT script does not always return the exit codeJulien HENRY2013-01-041-4/+16
|
* SONARPLUGINS-2550 Add 'sonar.login' and 'sonar.password' to the general ↵Julien HENRY2013-01-041-0/+4
| | | | config file
* Preserve version in library filename.Julien HENRY2013-01-042-7/+7
|
* Replace deprecated properties by new standard onesFabrice Bellingard2012-09-141-3/+3
|
* SONARPLUGINS-2256 Do not force UTF-8 as the default charsetFabrice Bellingard2012-09-141-1/+2
| | | | => By default sonar-runner should not use UTF-8 to read source code files but the default encoding of the JVM.
* Move (again) Main to org.sonar.runnerSimon Brandhof2012-09-112-2/+2
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-112-2/+2
|
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar ↵Fabrice Bellingard2012-09-052-2/+2
| | | | Runner
* SONARPLUGINS-2044 Check if SONAR_RUNNER_HOME is correctly setFabrice Bellingard2012-07-202-4/+19
|
* SONARPLUGINS-1921 sonar-runner.bat fails when java.exe is found in the path ↵Fabrice Bellingard2012-07-201-0/+5
| | | | but contains a space
* SONARPLUGINS-1582 Improve the scriptFabrice Bellingard2012-05-091-5/+26
|