File tree 1 file changed +4
-3
lines changed
src/main/java/org/codehaus/plexus/archiver
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -463,13 +463,14 @@ ResourceIterator getResources()
463
463
String getOverrideGroupName ();
464
464
465
465
/**
466
- * Configure the archiver to create archives in a reproducible way (see <a
467
- * href="https://reproducible-builds.org/>Reproducible Builds</a>). This will configure:
466
+ * Configure the archiver to create archives in a reproducible way (see
467
+ * <a href="https://reproducible-builds.org/">Reproducible Builds</a>).
468
+ * <p>This will configure:
468
469
* <ul>
469
470
* <li>reproducible archive entries order,</li>
470
471
* <li>defined entries timestamp</li>
471
472
* <li>and reproducible entries Unix mode.</li>
472
- * <ul>
473
+ * </ ul>
473
474
*
474
475
* @param lastModifiedDate the date to use for archive entries last modified time
475
476
* @since 4.2.0
You can’t perform that action at this time.
0 commit comments