Skip to content

Commit

Permalink
Fix skipping jar signing
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Oct 23, 2018
1 parent 6d2a34f commit ef0bbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</execution>
</executions>
<configuration>
<skip>true</skip> <!-- set this to true if fail because of missing credentials -->
<skip>false</skip> <!-- set this to true if fail because of missing credentials -->
<keystore>${project.basedir}/keystore.jks</keystore>
<alias>pfopensource</alias>
<storepass>${env.OPENSOURCE_PROJECTS_KS_PW}</storepass>
Expand Down

0 comments on commit ef0bbef

Please sign in to comment.