Bug 474156 - Run API Tools builder in the Gerrit verification build

Signed-off-by: Mickael Istria <mistria@redhat.com>
diff --git a/.gitignore b/.gitignore
index c5da06b..2e748a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 # maven
 /*/*/target/
 /bundles/org.eclipse.osgi/supplement/target/
+/target/
diff --git a/bundles/.gitignore b/bundles/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/bundles/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
index 9b3b4ee..73a5e41 100644
--- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml
@@ -26,6 +26,7 @@
     <os>macosx</os>
     <ws>cocoa</ws>
     <arch>x86_64</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
index 5496c9a..adf4673 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>aarch64</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
index 6bb2885..ca044e5 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>arm</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
index 03d89d5..01445c2 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>ppc64le</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
index bb2b247..21ab9fd 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>s390</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
index 2f596ce..f0d8dad 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>s390x</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
index 91e00ed..0907dce 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>x86</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
index 44be546..31f5069 100644
--- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml
@@ -26,5 +26,6 @@
     <os>linux</os>
     <ws>gtk</ws>
     <arch>x86_64</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
index 27285fb..d34c2e6 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml
@@ -26,5 +26,6 @@
     <os>win32</os>
     <ws>win32</ws>
     <arch>x86</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
index 85000e8..59bcd29 100644
--- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml
@@ -26,5 +26,6 @@
     <os>win32</os>
     <ws>win32</ws>
     <arch>x86_64</arch>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 </project>
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 8ea1c04..ec9ccc3 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -27,6 +27,7 @@
     <code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>
     <testSuite>${project.artifactId}</testSuite>
     <testClass>org.eclipse.osgi.tests.AutomatedTests</testClass>
+    <skipAPIAnalysis>true</skipAPIAnalysis>
   </properties>
 
   <build>