Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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