Skip to content

Commit 9791e69

Browse files
committed
🔧 Configuration SonarCLoud
1 parent e053b49 commit 9791e69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.github.devlab-umontp</groupId>
44
<artifactId>villes-et-departements-de-France</artifactId>
5-
<version>1.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
66
<packaging>jar</packaging>
77

88
<name>Code postaux villes et départements de France</name>
@@ -16,6 +16,12 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818

19+
<!-- SonarCloud analyse -->
20+
<sonar.projectKey>DevLab-umontp_Librairie-Java-Villes-de-France</sonar.projectKey>
21+
<sonar.organization>devlab-umontp</sonar.organization>
22+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
23+
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml
24+
</sonar.coverage.jacoco.xmlReportPaths>
1925
</properties>
2026

2127
<dependencies>

0 commit comments

Comments
 (0)