File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ language: java
44jdk :
55 - openjdk8
66script :
7- - mvn clean test post-integration-test
8- after_success :
9- - mvn verify sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
7+ - mvn clean test post-integration-test sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
108addons :
119 sonarcloud :
1210 organization : yassine-github
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ project {
1515 ' sonar.links.issue' ' https://github.com/yassine/ipdata-java-client'
1616 ' sonar.links.scm' ' https://github.com/yassine/ipdata-java-client'
1717 ' sonar.projectKey' ' yassine_ipdata-java-client'
18- ' sonar.projectName' ' spring-boot-sample '
18+ ' sonar.projectName' ' ipdata-java-client '
1919 ' sonar.projectVersion' ' ${project.version}'
2020 ' sonar.host.url' ' https://sonarcloud.io'
2121 ' sonar.tests' ' ${project.basedir}/src/test'
You can’t perform that action at this time.
0 commit comments