aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2021-06-14 22:51:39 +0300
committerGitHub <noreply@github.com>2021-06-14 22:51:39 +0300
commit503d7866051e3ee13e74d820550e54e9bdbc8b9c (patch)
treefe132b6d70b4640670c534538218d67d351e1db4 /pom.xml
parenta6bcc3bb33f7aee51ae8d6108f4cd28cf468054f (diff)
downloadpf4j-503d7866051e3ee13e74d820550e54e9bdbc8b9c.tar.gz
pf4j-503d7866051e3ee13e74d820550e54e9bdbc8b9c.zip
Add code analyses via Sonar (#458)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5b597b0..34206af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,9 @@
<javadoc.disabled>false</javadoc.disabled>
<deploy.disabled>false</deploy.disabled>
<source.disabled>false</source.disabled>
+
+ <sonar.organization>pf4j</sonar.organization>
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<build>