Skip to content

Commit

Permalink
signajr
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Mar 11, 2024
1 parent 06f9b1b commit da9ac43
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,27 @@
<type>jar</type>
</dependency>
</dependencies>
<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit da9ac43

Please sign in to comment.