Update pom.xml (#7866)

- Enable pgp signatures again
- Update to Tycho 2.7.1
This commit is contained in:
Christoph Läubrich 2022-04-10 15:41:07 +02:00 committed by GitHub
parent d161068899
commit 1eeff0e9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<description>Generates a (maven based) P2 Updatesite</description>
<packaging>pom</packaging>
<properties>
<tycho-version>2.7.0</tycho-version>
<tycho-version>2.7.1</tycho-version>
</properties>
<build>
<plugins>
@ -26,9 +26,7 @@
<categoryName>Jetty Bundles</categoryName>
<includeReactor>true</includeReactor>
<includeDependencies>false</includeDependencies>
<!-- 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>
<includePGPSignature>true</includePGPSignature>
</configuration>
<id>maven-p2-site</id>
<phase>prepare-package</phase>