| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
purpose.
|
|
|
|
| |
* Enabling debug mode with -X should also display stack traces
|
|
|
|
|
| |
* Try to make errors more readable for non java expert
* Mimic what is done in Maven CLI
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
=> By default sonar-runner should not use UTF-8 to read source code
files but the default encoding of the JVM.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The 2 following properties have been introduced for better
readability and consistency:
- sonar.projectBaseDir
- sonar.projectConfigFile
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Runner
|
| |
|
| |
|
|
|
|
| |
at start-up
|
|
|
|
| |
files matching pattern
|
|
|
|
| |
this piece of information should also be logged
|
| |
|
|
|
|
| |
fully consistent with Maven
|
| |
|
|
|
|
| |
mandatory property was not defined
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
settings
|
| |
|
| |
|
| |
|
|
|
|
| |
Bootstrapper
|
| |
|
|
|