tmf.core: Add a dependency level to analyses
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8ed77ff05b02568c788a01fbcb69c278ef436450..2121b4a0e495f05911509ac0951806adb2531895 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </plugins>
       </build>
     </profile>
+
+    <!-- Automatic profile to skip sonar -->
+    <profile>
+      <id>skip-sonar</id>
+      <activation>
+        <file>
+          <exists>sonar.skip.properties</exists>
+        </file>
+      </activation>
+      <properties>
+        <sonar.skip>true</sonar.skip>
+      </properties>
+    </profile>
   </profiles>
 
   <modules>
This page took 0.025808 seconds and 5 git commands to generate.