mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
commit
d062a74c2a
2 changed files with 7 additions and 7 deletions
6
pom.xml
6
pom.xml
|
@ -421,11 +421,11 @@
|
|||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>snapshots</id>
|
||||
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
|
||||
<url>http://nexus:8081/nexus/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>deployment</id>
|
||||
<url>http://localhost:8081/nexus/content/repositories/releases</url>
|
||||
<id>releases</id>
|
||||
<url>http://nexus:8081/nexus/content/repositories/releases</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Required metadata
|
||||
sonar.projectKey=java-sonar-runner-simple
|
||||
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
|
||||
## Required metadata
|
||||
sonar.projectKey=petclinic
|
||||
sonar.projectName=petclinic
|
||||
sonar.projectVersion=1.0
|
||||
|
||||
# Comma-separated paths to directories with sources (required)
|
||||
|
@ -10,4 +10,4 @@ sonar.sources=src
|
|||
sonar.language=java
|
||||
|
||||
# Encoding of the source files
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
|
Loading…
Reference in a new issue