mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
add sonar keys to pom.xml
This commit is contained in:
parent
e75740a794
commit
953ee911e9
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -35,6 +35,11 @@
|
||||||
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
|
||||||
<spring-format.version>0.0.40</spring-format.version>
|
<spring-format.version>0.0.40</spring-format.version>
|
||||||
|
|
||||||
|
<!-- Sonarcloud -->
|
||||||
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
|
<sonar.organization>darefjev-mtu</sonar.organization>
|
||||||
|
<sonar.projectKey>darefjev44_spring-petclinic</sonar.projectKey>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in a new issue