Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

sonar-project.properties 464B

1234567891011
  1. # Sonar configuration file:
  2. # see https://sonarcloud.io/documentation/analysis/scan/sonarscanner/
  3. # and https://sonarcloud.io/documentation/analysis/analysis-parameters/
  4. # Organization and project keys are displayed in the right sidebar of the project homepage
  5. sonar.organization=apache
  6. sonar.projectKey=poi-parent
  7. sonar.host.url=https://sonarcloud.io
  8. sonar.jacoco.reportPaths=target/jacoco.exec
  9. sonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml