first steps towards gpg signing

This commit is contained in:
Martin Lippert
2023-06-07 09:29:59 +02:00
parent e0c9f9f0bf
commit 6c7f0280d0
2 changed files with 23 additions and 0 deletions

View File

@@ -17,6 +17,18 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-gpg-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>sign-p2-artifacts</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>