aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/assembly/bin
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.
* Make debug script set debug option to the forked processJulien HENRY2024-05-072-3/+11
|
* SCANCLI-84 Rename SonarScanner -> SonarScanner CLIJulien HENRY2024-05-034-6/+6
|
* 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-316-171/+4
|
* 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-212-2/+2
| | | | | | * Make jre/lib/jspawnhelper executable on macosx * Move from /lib/jre to /jre in dists
* SQSCANNER-38 self-contained distributions for Linux, Windows and Mac OS X (#26)Janos Gyerik2017-03-133-8/+24
|
* 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-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-114-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-092-0/+207
|
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-302-198/+0
|
* 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
|
* Preserve version in library filename.Julien HENRY2013-01-042-7/+7
|
* 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
|
* SONARPLUGINS-1583 Fix regressionFabrice Bellingard2012-05-091-6/+8
|
* SONARPLUGINS-1583 Trailing slash on Windows XP prevent Sonar Runner to runFabrice Bellingard2012-05-021-3/+6
|
* SONARPLUGINS-1617 Support the properties sonar.showSql and sonar.showSqlResultsFabrice Bellingard2012-05-021-0/+18
|
* SONARPLUGINS-1365 Fix incorrect debug information in script for UnixEvgeny Mandrikov2011-09-151-2/+2
|
* SONARPLUGINS-1220 Runner home must be optionalSimon Brandhof2011-06-272-1/+7
|
* SONARPLUGINS-1114 Automatically determine SONAR_RUNNER_HOME on WindowsEvgeny Mandrikov2011-04-261-1/+6
|
* SONARPLUGINS-1004 Add support for SONAR_RUNNER_OPTS environment variableEvgeny Mandrikov2011-04-252-1/+12
|
* Sonar runner: move assembly sources in src/main/assemblySimon Brandhof2011-02-092-0/+30
|