Sonar properties
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
<artifactId>ms-launcher</artifactId>
|
<artifactId>ms-launcher</artifactId>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<sonar.projectKey>sofieneBK_hands-on-hexagonal-architecture-with-spring-boot</sonar.projectKey>
|
||||||
|
<sonar.organization>sofienebk</sonar.organization>
|
||||||
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
|
|||||||
3
pom.xml
3
pom.xml
@@ -22,9 +22,6 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>8</java.version>
|
<java.version>8</java.version>
|
||||||
|
|
||||||
<sonar.organization>sofienebk</sonar.organization>
|
|
||||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user