Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-21 19:08:31 +0000
committerMickael Istria2019-06-21 19:08:31 +0000
commitdaa5966bc026935706ed6555fb27de8bcc046d45 (patch)
tree3a1dc01f2aac58dda9536353b0f868ae7c96198f /org.eclipse.ui.intro.solstice.examples/pom.xml
parent0eaa4bd2598308b1a8e170df65467e7819414399 (diff)
downloadeclipse.platform.ua-daa5966bc026935706ed6555fb27de8bcc046d45.tar.gz
eclipse.platform.ua-daa5966bc026935706ed6555fb27de8bcc046d45.tar.xz
eclipse.platform.ua-daa5966bc026935706ed6555fb27de8bcc046d45.zip
Bug 474156 - Run API Tools builder in the Gerrit verification buildI20190623-1800I20190621-1800
Change-Id: Ibaf59afa4f11448931ec5f7e3cd8324addf8eb54 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.intro.solstice.examples/pom.xml')
-rw-r--r--org.eclipse.ui.intro.solstice.examples/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.solstice.examples/pom.xml b/org.eclipse.ui.intro.solstice.examples/pom.xml
index dbd62187c..63f13cc93 100644
--- a/org.eclipse.ui.intro.solstice.examples/pom.xml
+++ b/org.eclipse.ui.intro.solstice.examples/pom.xml
@@ -21,4 +21,8 @@
<artifactId>org.eclipse.ui.intro.solstice.examples</artifactId>
<version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
</project>

Back to the top