Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-24 10:13:48 +0000
committerMickael Istria2019-06-24 11:54:13 +0000
commit6bfbe22c12342e93ef2d0c6848686512afdfc029 (patch)
treef4d6e940d68e32fc15d8ba1f2785bef4572c1ff3 /local-build
parent3ea1785e69c0316c40441a9b7b5e2d99051e1642 (diff)
downloadeclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.tar.gz
eclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.tar.xz
eclipse.platform.swt-6bfbe22c12342e93ef2d0c6848686512afdfc029.zip
Bug 474156 - Run API Tools builder in the Gerrit verification build
Change-Id: I7e9f00f30fe69a610a59a16d697df43b74855723 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'local-build')
-rw-r--r--local-build/org.eclipse.swt.fragments.localbuild/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/local-build/org.eclipse.swt.fragments.localbuild/pom.xml b/local-build/org.eclipse.swt.fragments.localbuild/pom.xml
index e85bf290de..14519a6bef 100644
--- a/local-build/org.eclipse.swt.fragments.localbuild/pom.xml
+++ b/local-build/org.eclipse.swt.fragments.localbuild/pom.xml
@@ -21,4 +21,8 @@
<artifactId>org.eclipse.swt.fragments.localbuild</artifactId>
<version>3.105.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
</project>

Back to the top