This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 1c16b6d no jira: sonar host is removed
1c16b6d is described below
commit 1c16b6d8d8087e5aa148b89d54ac59668c50aae3
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun May 19 10:41:58 2019 +0700
no jira: sonar host is removed
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2935c79..70219fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,8 +115,6 @@
<mockito.version>2.27.0</mockito.version>
<powermock.version>2.0.2</powermock.version>
<quartz.version>2.3.1</quartz.version>
- <!-- URL of the ASF SonarQube server -->
-
<sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
<!-- Exclude all generated code -->
<sonar.exclusions>file:**/generated-sources/**,
file:**/fabric.js, file:**/cssemoticons.js, file:**/kurento-utils.js,
file:**/fileinput*.js, file:**/MathJax.js, file:**/network.js,
file:**/jquery.dialogextend.js</sonar.exclusions>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>