Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2021-01-05 13:49:17 +0000
committerMickael Istria2021-01-05 20:32:29 +0000
commit932ed3d417317c0d291d4116ce477a4c8ef03455 (patch)
tree109d5a414e40493730ff27899001313e1cf7bd06
parent5ebf5277305437d0df64998eb80b108a11d42a90 (diff)
downloadrt.equinox.p2-932ed3d417317c0d291d4116ce477a4c8ef03455.tar.gz
rt.equinox.p2-932ed3d417317c0d291d4116ce477a4c8ef03455.tar.xz
rt.equinox.p2-932ed3d417317c0d291d4116ce477a4c8ef03455.zip
Skip o.e.e.p2.artifact.checksums.bouncycastle build
This is only example, not consumed downstream. No need to waste build resources on it. + disable baseline check for o.e.e.p2.tests bundle which is not compatible Signed-off-by: Mickael Istria <mistria@redhat.com> Change-Id: Icf7fab72f45b04d73d0daee9a004ce95a898fe5d
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/pom.xml13
-rw-r--r--pom.xml2
2 files changed, 13 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml
index 041f734dd..1450fb1bc 100644
--- a/bundles/org.eclipse.equinox.p2.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml
@@ -44,6 +44,19 @@
</dependencies>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-p2-extras-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>compare-attached-artifacts-with-release</id>
+ <configuration>
+ <!-- this bundle has intentionally corrupt zips inside that make content comparison fail, so let's skip it -->
+ <skip>true</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>
diff --git a/pom.xml b/pom.xml
index cdd822607..db4695ba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,8 +161,6 @@
<module>bundles/org.eclipse.equinox.p2.tests.ui</module>
<module>bundles/org.eclipse.equinox.p2.tests.verifier</module>
- <module>bundles/org.eclipse.equinox.p2.artifact.checksums.bouncycastle</module>
-
<module>examples</module>
</modules>

Back to the top