aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/scan/DefaultProjectBootstrapper.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapperJulien HENRY2014-04-021-579/+0
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-1/+26
* SONAR-5035 Trim properties read from sonar-runner configuration filesJulien HENRY2014-03-211-0/+4
* SONAR-5069 revert. sonar.sources is back. It must be mandatory.Simon Brandhof2014-03-181-1/+2
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-211-3/+6
* SONAR-4974 SONAR-4928 Validate project key before batch bootstrap downloadJean-Baptiste Lievremont2014-01-311-5/+13
* SONAR-4876 Don't expose new sonar.moduleKey property in CorePropertiesJulien HENRY2013-11-271-6/+11
* SONAR-4876 Allow the user to specify the key to be used for a moduleJulien HENRY2013-11-261-16/+15
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-161-8/+2
* SONAR-4632 Fix loading of settings when using Sonar Runner 2.3Julien HENRY2013-09-051-10/+9
* Fix quality flawsSimon Brandhof2013-08-161-8/+7
* SONAR-4433 refactor the extension point ProjectBootstrapperSimon Brandhof2013-07-031-1/+1
* SONAR-4440 Allow empty list for "sonar.sources" propertyJulien HENRY2013-06-261-17/+15
* SONAR-4433 New ProjectBootstrapper extension pointJulien HENRY2013-06-241-0/+544