File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/org/apache/maven/archiver Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,9 @@ public Date configureReproducible(String outputTimestamp) {
748748 * contains only 1 character (not a number)
749749 * @since 3.6.0
750750 * @throws IllegalArgumentException if the outputTimestamp is neither ISO 8601 nor an integer, or it's not within
751- * the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z
751+ * the valid range 1980-01-01T00:00:02Z to 2099-12-31T23:59:59Z as defined by
752+ * <a href="https://pkwaredownloads.blob.core.windows.net/pem/APPNOTE.txt">ZIP application note</a>,
753+ * section 4.4.6.
752754 */
753755 public static Optional <Instant > parseBuildOutputTimestamp (String outputTimestamp ) {
754756 // Fail-fast on nulls
You can’t perform that action at this time.
0 commit comments