Disable PGP signature propagation for now (#7783)

Due to a bug in Tycho invalid PGP signatures are generated. PGP signature propagation should therefore be disabled until fix in Tycho 3.0.0 is available.
This commit is contained in:
Christoph Läubrich 2022-03-26 22:03:10 +01:00 committed by GitHub
parent 96af5d1990
commit 3ab94d700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@
<categoryName>Jetty Bundles</categoryName>
<includeReactor>true</includeReactor>
<includeDependencies>false</includeDependencies>
<includePGPSignature>true</includePGPSignature>
<!-- due to a bug in tycho PGP signatures should be disabled until it is resolved -->
<!-- https://github.com/eclipse/tycho/issues/808 -->
<includePGPSignature>false</includePGPSignature>
</configuration>
<id>maven-p2-site</id>
<phase>prepare-package</phase>