Skip to content

Commit

Permalink
Put gpg config in docker site
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Aug 26, 2024
1 parent c334378 commit 40d780b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releng/org.eclipse.linuxtools.docker-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-gpg-plugin</artifactId>
<executions>
<execution>
<id>pgpsigner</id>
<goals>
<goal>sign-p2-artifacts</goal>
</goals>
<configuration>
<keyname>F5CBCFD82F07D82E</keyname>
<skipIfJarsigned>false</skipIfJarsigned>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 40d780b

Please sign in to comment.