Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Redor2017-12-19 10:48:43 +0000
committerLaurent Redor2017-12-19 14:01:48 +0000
commit5b07811cb3ef49b0b90164423e1ac04e529c8b09 (patch)
tree8620d349ea53e56dd81056bb710f96a4a60d387d /plugins/org.eclipse.sirius.tests.rcptt.properties.samples
parent6d38f2fbba3a1f31c55a6b68ed22273d55c524d4 (diff)
downloadorg.eclipse.sirius-5b07811cb3ef49b0b90164423e1ac04e529c8b09.tar.gz
org.eclipse.sirius-5b07811cb3ef49b0b90164423e1ac04e529c8b09.tar.xz
org.eclipse.sirius-5b07811cb3ef49b0b90164423e1ac04e529c8b09.zip
[528950] Disable Sonar analysis on some plug-ins
The Sonar analysis is not expected on doc plug-in neither on sample generated plug-ins. Bug: 528950 Change-Id: I29c551834437c559e5f3298f3e8be7fdc4234855 Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.tests.rcptt.properties.samples')
-rw-r--r--plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml
index bf0541e9a7..3b71762243 100644
--- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml
+++ b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml
@@ -20,6 +20,10 @@
<relativePath>../../packaging/org.eclipse.sirius.parent</relativePath>
</parent>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<artifactId>org.eclipse.sirius.tests.rcptt.properties.samples</artifactId>
<packaging>eclipse-plugin</packaging>
<version>5.1.1-SNAPSHOT</version>

Back to the top