diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2021-06-14 22:51:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 22:51:39 +0300 |
commit | 503d7866051e3ee13e74d820550e54e9bdbc8b9c (patch) | |
tree | fe132b6d70b4640670c534538218d67d351e1db4 /pom.xml | |
parent | a6bcc3bb33f7aee51ae8d6108f4cd28cf468054f (diff) | |
download | pf4j-503d7866051e3ee13e74d820550e54e9bdbc8b9c.tar.gz pf4j-503d7866051e3ee13e74d820550e54e9bdbc8b9c.zip |
Add code analyses via Sonar (#458)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |