You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 16:12:41 UTC

[19/36] flex-typedefs git commit: - Updated the sonarqube plugin - Added sonarqube configuration to typedefs and framework

- Updated the sonarqube plugin
- Added sonarqube configuration to typedefs and framework


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/8646b6b5
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/8646b6b5
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/8646b6b5

Branch: refs/heads/master
Commit: 8646b6b5dc0363394bdebbc6c86de300692b2e2e
Parents: 1b46e40
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Dec 26 17:24:59 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Dec 26 17:24:59 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/8646b6b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a6a28de..3e731fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,11 @@
     <flexjs.build-tools.version>1.0.0</flexjs.build-tools.version>
 
     <git.executable>git</git.executable>
+
+    <!-- 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>
 
   <!-- Only configure the site distribution as the rest is handled by the apache parent -->
@@ -95,6 +100,12 @@
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.sonarsource.scanner.maven</groupId>
+        <artifactId>sonar-maven-plugin</artifactId>
+        <version>3.2</version>
+      </plugin>
+
       <!-- Check if all source files have the required apache license headers -->
       <plugin>
         <groupId>org.apache.rat</groupId>