aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-dist/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* SONARUNNER-141 Remove forked modeJulien HENRY2015-06-259-905/+0
|
* clean shutdownDuarte Meneses2015-06-232-9/+111
|
* SONARUNNER-138 Allow to redirect logs to a custom streamDuarte Meneses2015-06-192-6/+10
|
* SONARUNNER-136 and SONARUNNER-137 - Provide a new API to run several ↵Duarte Meneses2015-06-184-27/+88
| | | | analysis with same process and an interactive mode
* Cleanup warningsGabor Liptak2015-06-091-2/+2
|
* SONARUNNER-125 Fix duplicate properties when parsing complexe ↵Julien HENRY2014-12-041-1/+1
| | | | sonar-project.properties
* Revert SONARUNNER-124 as it was a misunderstandingJulien HENRY2014-12-021-1/+1
|
* SONARUNNER-124 Unable to configure multi-module project with more than 2 ↵Julien HENRY2014-11-271-1/+1
| | | | levels in a single file
* Fix some quality flaws and update coverageJulien HENRY2014-04-072-10/+10
|
* Fix some quality flawsJulien HENRY2014-04-031-3/+7
|
* SONARPLUGINS-3329 Display "SONAR_RUNNER_OPTS" in the console if it is setJulien HENRY2014-04-031-9/+13
|
* SONARPLUGINS-3575, SONARPLUGINS-3604, SONARPLUGINS-3574Julien HENRY2014-04-031-13/+161
| | | | | | * Move parsing of sonar-project.properties files to SQ Runner * Trim properties read from configuration files * Add an official property to specify a project baseDir different than current directory
* SONARPLUGINS-3624 Stop support of SQ server older than 3.7Julien HENRY2014-04-021-0/+4
|
* Revert "SONARPLUGINS-3009 Use the new ProjectBootstrapper extension"Julien HENRY2013-06-241-3/+3
| | | | | | | This reverts commit 01e82fe5902c081b9b32f84bcb4b6f277bfebb7c. Conflicts: pom.xml
* SONARPLUGINS-2923 Move from Sonar to SonarQubeJulien HENRY2013-06-248-11/+11
|
* SONARPLUGINS-3009 Use the new ProjectBootstrapper extensionJulien HENRY2013-06-241-3/+3
|
* Delete the generated sonar-runner-batch.jar in temp dirSimonBrandhof2013-04-081-1/+0
|
* Fix fork of JVM when an argument is blankSimon Brandhof2013-04-071-1/+4
|
* Minor refactoringSimon Brandhof2013-04-063-5/+9
|
* Add unit testsSimon Brandhof2013-04-064-19/+92
|
* Fix build on Java 6Simon Brandhof2013-04-062-16/+58
|
* Do not log encoding when non-project taskSimon Brandhof2013-04-051-1/+0
|
* Refactor initialization of dirsSimonBrandhof2013-04-051-2/+2
|
* Minor refactoringSimonBrandhof2013-04-052-6/+6
|
* SONARPLUGINS-2574 improve unit tests of CLISimon Brandhof2013-04-053-207/+267
|
* SONARPLUGINS-2794 Remove the task list from the command line helpSimonBrandhof2013-04-041-4/+1
|
* SONAR-2574 new API + ability to forkSimonBrandhof2013-04-043-0/+401