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
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>
-rw-r--r--bundles/.gitignore1
-rw-r--r--bundles/org.eclipse.equinox.cm.test/pom.xml5
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.console.ssh.tests/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.console.tests/pom.xml1
-rw-r--r--bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml4
-rw-r--r--bundles/org.eclipse.equinox.security.macosx/pom.xml4
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86/pom.xml4
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml4
-rw-r--r--bundles/org.eclipse.equinox.servletbridge.template/pom.xml4
-rw-r--r--bundles/org.eclipse.equinox.slf4j.stub/pom.xml5
11 files changed, 34 insertions, 0 deletions
diff --git a/bundles/.gitignore b/bundles/.gitignore
new file mode 100644
index 000000000..b83d22266
--- /dev/null
+++ b/bundles/.gitignore
@@ -0,0 +1 @@
+/target/
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>
diff --git a/bundles/org.eclipse.equinox.compendium.tests/pom.xml b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
index a0b6689fb..fc5598d11 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
@@ -23,5 +23,6 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<skipTests>true</skipTests>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml b/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
index 2f14c8cc7..ae359fdd2 100644
--- a/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.console.ssh.tests/pom.xml
@@ -19,6 +19,7 @@
</parent>
<properties>
<skipTests>true</skipTests>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.console.ssh.tests</artifactId>
diff --git a/bundles/org.eclipse.equinox.console.tests/pom.xml b/bundles/org.eclipse.equinox.console.tests/pom.xml
index 543302a4b..9420cc987 100644
--- a/bundles/org.eclipse.equinox.console.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.console.tests/pom.xml
@@ -23,5 +23,6 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<skipTests>true</skipTests>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
</properties>
</project>
diff --git a/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml b/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
index 37b5ee446..0a08b980e 100644
--- a/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.security.linux.x86_64/pom.xml
@@ -22,6 +22,10 @@
<version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>
diff --git a/bundles/org.eclipse.equinox.security.macosx/pom.xml b/bundles/org.eclipse.equinox.security.macosx/pom.xml
index b2dc02e6c..2fb8ac0f7 100644
--- a/bundles/org.eclipse.equinox.security.macosx/pom.xml
+++ b/bundles/org.eclipse.equinox.security.macosx/pom.xml
@@ -22,6 +22,10 @@
<version>1.101.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>
diff --git a/bundles/org.eclipse.equinox.security.win32.x86/pom.xml b/bundles/org.eclipse.equinox.security.win32.x86/pom.xml
index 372d7d831..dfeaa9a47 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86/pom.xml
+++ b/bundles/org.eclipse.equinox.security.win32.x86/pom.xml
@@ -22,6 +22,10 @@
<version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>
diff --git a/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml b/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
index 5e5b64f60..11d20a35d 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
@@ -22,6 +22,10 @@
<version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
+
<build>
<plugins>
<plugin>
diff --git a/bundles/org.eclipse.equinox.servletbridge.template/pom.xml b/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
index f74497530..6f6b7b2b1 100644
--- a/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
+++ b/bundles/org.eclipse.equinox.servletbridge.template/pom.xml
@@ -21,4 +21,8 @@
<artifactId>org.eclipse.equinox.servletbridge.template</artifactId>
<version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <skipAPIAnalysis>true</skipAPIAnalysis>
+ </properties>
</project>
diff --git a/bundles/org.eclipse.equinox.slf4j.stub/pom.xml b/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
index bd704e6a9..b9c14f83f 100644
--- a/bundles/org.eclipse.equinox.slf4j.stub/pom.xml
+++ b/bundles/org.eclipse.equinox.slf4j.stub/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.slf4j.stub</artifactId>
<version>1.0.200-SNAPSHOT</version>

Back to the top