Skip to content

Commit 6ffd5e7

Browse files
committed
fixed javadoc link to Reproducible Builds site
this closes #126
1 parent f7a2539 commit 6ffd5e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/org/codehaus/plexus/archiver/Archiver.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,14 @@ ResourceIterator getResources()
463463
String getOverrideGroupName();
464464

465465
/**
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:
468469
* <ul>
469470
* <li>reproducible archive entries order,</li>
470471
* <li>defined entries timestamp</li>
471472
* <li>and reproducible entries Unix mode.</li>
472-
* <ul>
473+
* </ul>
473474
*
474475
* @param lastModifiedDate the date to use for archive entries last modified time
475476
* @since 4.2.0

0 commit comments

Comments
 (0)