Skip to content

Commit

Permalink
MJARSIGNER-63: exposing certchain on site sign-goal documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schedin committed Dec 6, 2023
1 parent aae3ffc commit add3bc5
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,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;

@Override
Expand Down

0 comments on commit add3bc5

Please sign in to comment.