You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/04/15 15:15:31 UTC

[cloudstack] branch main updated: pom: add sonar project properties

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ac91aa452 pom: add sonar project properties
3ac91aa452 is described below

commit 3ac91aa452c903664687c96ffa27f83e0a6de3b3
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Apr 15 20:44:01 2022 +0530

    pom: add sonar project properties
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f1140b2f0b..49ff10d6bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <project.systemvm.template.version>4.16.1.0</project.systemvm.template.version>
+        <sonar.organization>apachecloudstack</sonar.organization>
+        <sonar.host.url>https://sonarcloud.io</sonar.host.url>
 
         <!-- Build properties -->
         <cs.jdk.version>11</cs.jdk.version>