Skip to content

Commit

Permalink
fixed javadoc link to Reproducible Builds site
Browse files Browse the repository at this point in the history
this closes #126
  • Loading branch information
hboutemy committed Oct 16, 2019
1 parent f7a2539 commit 6ffd5e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/org/codehaus/plexus/archiver/Archiver.java
Expand Up @@ -463,13 +463,14 @@ ResourceIterator getResources()
String getOverrideGroupName();

/**
* Configure the archiver to create archives in a reproducible way (see <a
* href="https://reproducible-builds.org/>Reproducible Builds</a>). This will configure:
* Configure the archiver to create archives in a reproducible way (see
* <a href="https://reproducible-builds.org/">Reproducible Builds</a>).
* <p>This will configure:
* <ul>
* <li>reproducible archive entries order,</li>
* <li>defined entries timestamp</li>
* <li>and reproducible entries Unix mode.</li>
* <ul>
* </ul>
*
* @param lastModifiedDate the date to use for archive entries last modified time
* @since 4.2.0
Expand Down

0 comments on commit 6ffd5e7

Please sign in to comment.