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 03:56:20 UTC

openmeetings git commit: no jira: sonar is added

Repository: openmeetings
Updated Branches:
  refs/heads/master 8595aee8e -> c2565dfbc


no jira: sonar is added


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

Branch: refs/heads/master
Commit: c2565dfbcf02536f533f21b3f63af074244c2193
Parents: 8595aee
Author: Maxim Solodovnik <so...@gmail.com>
Authored: Thu Sep 28 10:56:13 2017 +0700
Committer: Maxim Solodovnik <so...@gmail.com>
Committed: Thu Sep 28 10:56:13 2017 +0700

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/openmeetings/blob/c2565dfb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ef8d3b..30995e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,10 @@
 		<src.pack.skip>false</src.pack.skip>
 		<derby.version>10.13.1.1</derby.version>
 		<license.excludedScopes>test</license.excludedScopes>
+		<!--  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>
 		<db_user></db_user>
 		<db_pass></db_pass>
 	</properties>
@@ -1221,6 +1225,11 @@
 						</lifecycleMappingMetadata>
 					</configuration>
 				</plugin>
+				<plugin>
+					<groupId>org.sonarsource.scanner.maven</groupId>
+					<artifactId>sonar-maven-plugin</artifactId>
+					<version>3.3.0.603</version>
+				</plugin>
 			</plugins>
 		</pluginManagement>
 	</build>