aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve API and its documentation.Fabrice Bellingard2012-09-073-13/+84
* Refactor code and add some API documentation.Fabrice Bellingard2012-09-0713-49/+213
* Fix testFabrice Bellingard2012-09-072-2/+2
* Improve error message for unsupported version of SonarFabrice Bellingard2012-09-071-1/+1
* Allows to overwrite environment information on the Runner Fabrice Bellingard2012-09-073-6/+37
* SONARPLUGINS-2203 Improve testsFabrice Bellingard2012-09-0612-21/+46
* SONARPLUGINS-2203 Make sure all Sonar properties start with "sonar."Fabrice Bellingard2012-09-062-56/+173
* SONARPLUGINS-1856 Log message if sources directory does not existFabrice Bellingard2012-09-053-14/+37
* Fix unit testFabrice Bellingard2012-09-051-10/+0
* Refactor and fix violations (again)Fabrice Bellingard2012-09-056-22/+25
* Refactor and fix violationsFabrice Bellingard2012-09-0510-101/+53
* Add readmeFabrice Bellingard2012-09-052-1/+14
* Update SCM informationEric Hartmann2012-09-051-3/+3
* SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar R...Fabrice Bellingard2012-09-0517-54/+715
* SONARPLUGINS-2202 Add multi-module supportFabrice Bellingard2012-09-0523-118/+697
* Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202Fabrice Bellingard2012-09-034-27/+33
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-08-011-4/+4
* [maven-release-plugin] prepare release sonar-runner-1.4Eric Hartmann2012-08-011-4/+4
* Minimal required version of sonar is upgraded to 2.11Simon Brandhof2012-07-314-45/+37
* SONARPLUGINS-1230 Work dir can be absolute or relativeFabrice Bellingard2012-07-262-1/+27
* Add javadocSimon Brandhof2012-07-251-0/+8
* Sonar Runner - Increase test coverageFabrice Bellingard2012-07-244-2/+61
* 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 b...Fabrice Bellingard2012-07-201-0/+5
* SONARPLUGINS-1230 Configure the location of working directoryFabrice Bellingard2012-07-195-17/+41
* SONARPLUGINS-2038 Log the property only in Debug modeFabrice Bellingard2012-07-191-2/+8
* SONARPLUGINS-2038 Log the value of the system property "sun.arch.data.model" ...Fabrice Bellingard2012-07-191-2/+3
* Upgrade to Parent version 13Eric Hartmann2012-05-091-1/+1
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-05-091-4/+4
* [maven-release-plugin] prepare release sonar-runner-1.3Eric Hartmann2012-05-091-4/+4
* SONARPLUGINS-1582 Improve the scriptFabrice Bellingard2012-05-091-5/+26
* SONARPLUGINS-1583 Fix regressionFabrice Bellingard2012-05-091-6/+8
* SONARPLUGINS-1619 Support the properties sonar.showSql and sonar.showSqlResultsFabrice Bellingard2012-05-032-16/+62
* 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-022-0/+23
* Update to parent version 12 that restore JDK 5 compatibilityEric Hartmann2012-04-061-1/+1
* Upgrade to 11 instead of 11-SNAPSHOTEric Hartmann2012-03-121-1/+1
* Upgrade all the Forge to POM parent to 11Eric Hartmann2012-03-121-1/+1
* [maven-release-plugin] prepare for next development iterationEric Hartmann2011-12-221-4/+4
* [maven-release-plugin] prepare release sonar-runner-1.2Eric Hartmann2011-12-221-4/+4
* Fix test on WindowsEvgeny Mandrikov2011-12-202-3/+1
* SONARPLUGINS-1376 Throw an exception with a meaningful message, when no files...Evgeny Mandrikov2011-12-195-16/+59
* SONARPLUGINS-1572 When no runner or project configuration file is found, this...Evgeny Mandrikov2011-12-191-2/+6
* SONARPLUGINS-1466 Display all missing mandatory propertiesEvgeny Mandrikov2011-12-192-2/+9
* SONARPLUGINS-1343 When launching runner, information about OS should be printedEvgeny Mandrikov2011-12-191-0/+1
* SONARPLUGINS-1465 Reorder propertiesEvgeny Mandrikov2011-12-191-7/+7
* SONARPLUGINS-1023 Don't show leading zeros, so format of "total time" is full...Evgeny Mandrikov2011-12-192-4/+12
* SONARPLUGINS-1376 Allow to use pattern like "lib/*.jar" for property "libraries"Evgeny Mandrikov2011-12-196-5/+73
* Fix typo in name of method, add testsEvgeny Mandrikov2011-12-153-3/+29
* SONARPLUGINS-1466 Throw an exception with a meaningful message, when mandator...Evgeny Mandrikov2011-12-154-7/+83