From 4a4cc4cc2aad0b38cab98defef388909b3875793 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 22 Apr 2016 15:20:05 -0700 Subject: [PATCH] Add timestamp to the signature Otherwise jarsigner -verify complains about the lack of timestamp --- war/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/war/pom.xml b/war/pom.xml index ae7732501b..46e74e836e 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -564,6 +564,10 @@ THE SOFTWARE. ${project.build.directory}/${project.build.finalName}.war + + -tsa + http://timestamp.comodoca.com/rfc3161 + -- GitLab