Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ common {
secret_file_list = getVaultSecretsList()
downStreamValidate = false
disableConcurrentBuilds = true
sonarqubeScannerEnable = true
sonarqubeQualityCheck = true
}
2 changes: 1 addition & 1 deletion kafka-connect-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<phase>verify</phase>
<goals>
<goal>report</goal>
</goals>
Expand Down
8 changes: 8 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sonar.projectKey=kafka-connect-storage-cloud
sonar.sources=kafka-connect-s3/src/main/java
sonar.java.binaries=kafka-connect-s3/target/classes/**
sonar.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.test.inclusions=**/*Test.java,**/*IT.java
sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml
sonar.java.tests.reportPaths=**/surefire/**
sonar.language=java