This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 54a204e [MJARSIGNER-63] exposing certchain on site sign-goal documentation 54a204e is described below commit 54a204eeac227d601e5fdc21c298ca492618a683 Author: Lennart Schedin <lennart.sche...@gmail.com> AuthorDate: Fri Dec 8 09:29:39 2023 +0100 [MJARSIGNER-63] exposing certchain on site sign-goal documentation --- .../org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java index 7ebf498..75b16e7 100644 --- a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java +++ b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java @@ -89,16 +89,12 @@ public class JarsignerSignMojo extends AbstractJarsignerMojo { private String tsacert; /** - * Location of the extra certchain file. - * See - * <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html#Options"> - * Java SE 7 documentation - * </a> - * for more info. + * Location of the extra certificate chain file. See + * <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html#Options">options</a>. * * @since 1.5 */ - @Parameter(property = "jarsigner.certchain", readonly = true, required = false) + @Parameter(property = "jarsigner.certchain", required = false) private File certchain; /**