提交 8e80ea45 编写于 作者: S serge-rider

Jar sign performance

上级 7669b3cb
......@@ -178,6 +178,12 @@
<build>
<plugins>
<plugin>
<!--
Jar sign can be slow, especially if you need to sign hundreds of them.
Performance hints:
- Force SHA512withRSA algorithm (https://stackoverflow.com/questions/44003975/ev-code-signing-extremely-slow)
- Install fast secure random generator (https://stackoverflow.com/questions/137212/how-to-deal-with-a-slow-securerandom-generator)
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>3.0.0</version>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册