We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b7e4 commit 54a204eCopy full SHA for 54a204e
src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java
@@ -89,16 +89,12 @@ public class JarsignerSignMojo extends AbstractJarsignerMojo {
89
private String tsacert;
90
91
/**
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.
+ * 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>.
98
*
99
* @since 1.5
100
*/
101
- @Parameter(property = "jarsigner.certchain", readonly = true, required = false)
+ @Parameter(property = "jarsigner.certchain", required = false)
102
private File certchain;
103
104
0 commit comments