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 57f26f9ee [OPENMEETINGS-2780] sonar.exclusions
57f26f9ee is described below
commit 57f26f9ee3b449787743bba877280ba57eae0761
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Mar 1 14:15:25 2024 +0700
[OPENMEETINGS-2780] sonar.exclusions
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e62f33e22..e2bf607e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<jsr305.version>3.0.2</jsr305.version>
<totp.version>1.7.1</totp.version>
<!-- Exclude all generated code -->
- <sonar.exclusions>file:**/generated-sources/**,
file:**/jquery-ui.css, file:**/cssemoticons.js,
file:**/bootstrap-confirmation.js,
file:openmeetings-service/src/main/java/org/apache/jackrabbit/**</sonar.exclusions>
+ <sonar.exclusions>file:**/generated-sources/**,
file:**/jquery-ui.css, file:**/cssemoticons.js,
file:**/bootstrap-confirmation.js,
file:**/org/apache/jackrabbit/**</sonar.exclusions>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.junit.reportPaths>target/surefire-reports</sonar.junit.reportPaths>