You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 14:30:56 UTC

[1/2] git commit: add sonar report

Updated Branches:
  refs/heads/master 47dd3d78f -> 8f6be5362


add sonar report


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/8f6be536
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/8f6be536
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/8f6be536

Branch: refs/heads/master
Commit: 8f6be5362ac50668072d80233dd45186033d90e7
Parents: 8db7944
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 14:30:47 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 14:30:47 2012 +0200

----------------------------------------------------------------------
 pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/8f6be536/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c2ba940..6b06dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,6 +103,8 @@ under the License.
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
+    <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
+
     <maven-scm-provider-svnjava.version>2.0.5</maven-scm-provider-svnjava.version>
     <svnkit.version>1.7.5-v1</svnkit.version>
 
@@ -337,6 +339,11 @@ under the License.
           <violationSeverity>error</violationSeverity>
         </configuration-->
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.sonar-plugins</groupId>
+        <artifactId>maven-report</artifactId>
+        <version>0.1</version>
+      </plugin>
     </plugins>
   </reporting>
 </project>