Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-20 13:37:04 +0000
committerMickael Istria2019-06-20 16:31:32 +0000
commitb1ecd006bfe55fc077015cc7ddece8825e013d9f (patch)
tree00cfe988f045942d0b87c98f90e25848545914c6 /bundles/org.eclipse.equinox.cm.test/pom.xml
parent60d3266076032e4ac4e6e75ca8d70c9504598d60 (diff)
downloadrt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.tar.gz
rt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.tar.xz
rt.equinox.bundles-b1ecd006bfe55fc077015cc7ddece8825e013d9f.zip
Bug 474156 - Run API Tools at build-timeI20190620-1800
Change-Id: Id401b13054e13d7baa26c931b401b75bad7e0130 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.cm.test/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.cm.test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.cm.test/pom.xml b/bundles/org.eclipse.equinox.cm.test/pom.xml
index ba83674fe..60fb72837 100644
--- a/bundles/org.eclipse.equinox.cm.test/pom.xml
+++ b/bundles/org.eclipse.equinox.cm.test/pom.xml
@@ -17,6 +17,11 @@
<version>4.13.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
+
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.cm.test</artifactId>
<version>1.0.200-SNAPSHOT</version>

Back to the top