IntegrateASF sonar

Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/2892a775
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/2892a775
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/2892a775

Branch: refs/heads/ROCKETMQ-54
Commit: 2892a7759f3f867cdca7214399ff121eded78970
Parents: df9d621
Author: vongosling <vongosl...@apache.org>
Authored: Tue Jan 17 15:18:11 2017 +0800
Committer: vongosling <vongosl...@apache.org>
Committed: Tue Jan 17 15:18:11 2017 +0800

----------------------------------------------------------------------
 pom.xml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/2892a775/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index afd3d84..f189bb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <artifactId>rocketmq-all</artifactId>
     <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>rocketmq-all ${project.version}</name>
+    <name>Apache RocketMQ git s${project.version}</name>
     <url>http://rocketmq.incubator.apache.org/</url>
 
     <prerequisites>
@@ -42,7 +42,8 @@
     <scm>
         
<url>https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</url>
         
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</developerConnection>
+        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git
+        </developerConnection>
     </scm>
 
     <mailingLists>
@@ -157,6 +158,11 @@
         <!-- compiler settings properties -->
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
+
+        <!-- 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>
     </properties>
 
     <modules>
@@ -337,6 +343,11 @@
                 <artifactId>findbugs-maven-plugin</artifactId>
                 <version>3.0.4</version>
             </plugin>
+            <plugin>
+                <groupId>org.sonarsource.scanner.maven</groupId>
+                <artifactId>sonar-maven-plugin</artifactId>
+                <version>3.0.2</version>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to