提交 4a4cc4cc 编写于 作者: K Kohsuke Kawaguchi

Add timestamp to the signature

Otherwise jarsigner -verify complains about the lack of timestamp
上级 5d90f816
...@@ -564,6 +564,10 @@ THE SOFTWARE. ...@@ -564,6 +564,10 @@ THE SOFTWARE.
</goals> </goals>
<configuration> <configuration>
<archive>${project.build.directory}/${project.build.finalName}.war</archive> <archive>${project.build.directory}/${project.build.finalName}.war</archive>
<arguments>
<argument>-tsa</argument>
<argument>http://timestamp.comodoca.com/rfc3161</argument>
</arguments>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册