]> source.dussan.org Git - sonarqube.git/commitdiff
Exclude xoo and benchmark modules from analysis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 25 Nov 2015 10:05:53 +0000 (11:05 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 25 Nov 2015 10:05:53 +0000 (11:05 +0100)
plugins/sonar-xoo-plugin/pom.xml
server/sonar-server-benchmarks/pom.xml

index 753ceadbdd61ff3896a4910a297036a06292f7e3..7b4500c9c21d96d2e445dc71cb54c1a6397f42e1 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.sonarsource.sonarqube</groupId>
   <packaging>sonar-plugin</packaging>
   <description>Sample of plugin to document and test available APIs</description>
 
+  <properties>
+    <sonar.skip>true</sonar.skip>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>com.google.guava</groupId>
index e297807cad8ed1756f5973e91508b9c4efe55ca9..185e2b012d5f6d5f519d9443471304cfd29ee8c1 100644 (file)
@@ -11,6 +11,7 @@
   <name>SonarQube :: Server :: Benchmarks</name>
 
   <properties>
+    <sonar.skip>true</sonar.skip>
     <skipBenchmarks>true</skipBenchmarks>
     <enableBenchmarkAssertions>false</enableBenchmarkAssertions>
   </properties>