Skip to content

Commit

Permalink
Improve midpoint.jar signing
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 25, 2024
1 parent f208781 commit a4f5952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/midpoint-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
</executions>
<configuration>
<keystore>${env.MIDPOINT_BUILD_KEYSTORE}</keystore>
<alias>build-signing-key</alias>
<storepass>password</storepass>
<keypass>password</keypass>
<alias>${env.MIDPOINT_BUILD_ALIAS}</alias>
<storepass>${env.MIDPOINT_BUILD_STOREPASS}</storepass>
<keypass>${env.MIDPOINT_BUILD_KEYPASS}</keypass>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit a4f5952

Please sign in to comment.