Skip to content

Commit 54a204e

Browse files
schedinslachiewicz
authored andcommitted
[MJARSIGNER-63] exposing certchain on site sign-goal documentation
1 parent 930b7e4 commit 54a204e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,12 @@ public class JarsignerSignMojo extends AbstractJarsignerMojo {
8989
private String tsacert;
9090

9191
/**
92-
* Location of the extra certchain file.
93-
* See
94-
* <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html#Options">
95-
* Java SE 7 documentation
96-
* </a>
97-
* for more info.
92+
* Location of the extra certificate chain file. See
93+
* <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html#Options">options</a>.
9894
*
9995
* @since 1.5
10096
*/
101-
@Parameter(property = "jarsigner.certchain", readonly = true, required = false)
97+
@Parameter(property = "jarsigner.certchain", required = false)
10298
private File certchain;
10399

104100
/**

0 commit comments

Comments
 (0)