- PROJECT_BASEDIR - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Property used to specify the base directory of the project to analyse.
- PROJECT_DESCRIPTION - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Optional description
- PROJECT_KEY - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Required project key
- PROJECT_NAME - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
- PROJECT_SOURCE_DIRS - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Required paths to source directories, separated by commas, for example: "srcDir1,srcDir2"
- PROJECT_SOURCE_ENCODING - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Encoding of source and test files.
- PROJECT_TEST_DIRS - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-
Optional paths to test directories, separated by commas, for example: "testDir1,testDir2"
- PROJECT_VERSION - Static variable in interface org.sonarsource.scanner.api.ScanProperties
-