Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.slf4j.stub/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.slf4j.stub/pom.xml5
1 files changed, 5 insertions, 0 deletions
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