temporarily disable timestamping while signing jars

This commit is contained in:
Martin Lippert
2019-06-07 23:37:16 +02:00
parent 49785ba75e
commit 6ada95b9f9

View File

@@ -361,7 +361,7 @@
<storepass>${signing.store.password}</storepass>
<keypass>${signing.key.password}</keypass>
<!-- <tsa>https://ca.signfiles.com/tsa/get.aspx</tsa> -->
<tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
<!-- <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa> -->
</configuration>
</plugin>
<plugin>