You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/09/28 08:21:48 UTC

openmeetings git commit: [OPENMEETINGS-1714] sonar exclusions are improved

Repository: openmeetings
Updated Branches:
  refs/heads/master 396c931b7 -> eeb8217f7


[OPENMEETINGS-1714] sonar exclusions are improved


Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo
Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/eeb8217f
Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/eeb8217f
Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/eeb8217f

Branch: refs/heads/master
Commit: eeb8217f797952ab067e802845c31bbf5c5d7f9e
Parents: 396c931
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Thu Sep 28 15:21:41 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Thu Sep 28 15:21:41 2017 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/eeb8217f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 30995e6..40cfa71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
 		<!--  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/**</sonar.exclusions>
+		<sonar.exclusions>file:**/generated-sources/**, file:**/fabric.js, file:**/cssemoticons.js</sonar.exclusions>
 		<db_user></db_user>
 		<db_pass></db_pass>
 	</properties>