aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/sonar/runner/internal/batch
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2291 Implemented cache on Sonar Runner side (for bootstrap JARs).Julien HENRY2013-01-304-772/+0
|
* Fix some quality flaws.Julien HENRY2013-01-222-1/+4
|
* SONARPLUGINS-2540 Allow to provide task command by a property for testing ↵Julien HENRY2013-01-172-15/+15
| | | | purpose.
* SONARPLUGINS-2540 Restore compatibility with older Sonar versions.Julien HENRY2013-01-162-10/+11
|
* SONARPLUGINS-2540 Update Sonar Runner CLI to be able to run tasks.Julien HENRY2013-01-152-18/+67
|
* SONARPLUGINS-2285 Improve validation of (tests/binaries/libraries) foldersJulien HENRY2013-01-071-10/+36
|
* SONARPLUGINS-2295 If an aggregator module defines "sonar.sources" and has ↵Julien HENRY2013-01-071-2/+13
| | | | such a folder, a warning should be raised
* SONARPLUGINS-2421 Make it possible to define a multi-modules project whose ↵Julien HENRY2013-01-071-1/+7
| | | | modules share the same project base directory
* SONARPLUGINS-2297 The property sonar.sources should not be mandatoryJulien HENRY2013-01-071-3/+13
|
* Fix some quality flaws.Julien HENRY2013-01-071-1/+0
|
* SONARPLUGINS-2399 Comma is badly supported in sonar.projectName propertyJulien HENRY2013-01-041-40/+18
| | | | Removed use of commons-configuration.
* Remove deprecations.Julien HENRY2013-01-032-7/+32
|
* Fix method nameSimon Brandhof2012-10-241-3/+3
|
* SONARPLUGINS-2202 Clean the working dir nameFabrice Bellingard2012-09-131-1/+3
|
* Update name and file headersFabrice Bellingard2012-09-134-5/+4
|
* SONARPLUGINS-2202 Work dir of modules are located in root projectFabrice Bellingard2012-09-131-5/+19
|
* SONARPLUGINS-2202 "sonar.projectName" default value is now module IDFabrice Bellingard2012-09-131-6/+9
|
* Refactor package namesSimon Brandhof2012-09-134-0/+646
|
* Fix classloader issue with ant 1.7.xSimon Brandhof2012-09-133-607/+0
|
* SONARPLUGINS-2202 Improve log messageFabrice Bellingard2012-09-121-2/+2
|
* SONARPLUGINS-2202 Make it possible to pass environment informationFabrice Bellingard2012-09-111-3/+15
| | | | | | | Necessary for the Ant task for instance: - masked packages - container extensions => This part of the API should be improved
* SONARPLUGINS-2202 Improve multi-module definitionFabrice Bellingard2012-09-111-37/+57
|
* SONARPLUGINS-2202 sonar.projectKey not mandatory on a module def.Fabrice Bellingard2012-09-111-0/+8
| | | | | => it is automatically generated from the module Id found in "sonar.modules"
* SONARPLUGINS-2202 Check unicity of module's key inside its parentFabrice Bellingard2012-09-111-0/+11
|
* SONARPLUGINS-2202 Refactor package names to have clearer APIFabrice Bellingard2012-09-113-0/+556