There was an error while loading. Please reload this page.
1 parent 369127c commit eea6154Copy full SHA for eea6154
src/main/java/org/apache/maven/archiver/MavenArchiver.java
@@ -748,7 +748,9 @@ public Date configureReproducible(String outputTimestamp) {
748
* contains only 1 character (not a number)
749
* @since 3.6.0
750
* @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
+ * 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.
754
*/
755
public static Optional<Instant> parseBuildOutputTimestamp(String outputTimestamp) {
756
// Fail-fast on nulls
0 commit comments