desruisseaux commented on code in PR #599:
URL: https://github.com/apache/maven-jar-plugin/pull/599#discussion_r4045419190


##########
src/main/java/org/apache/maven/plugins/jar/AbstractJarMojo.java:
##########
@@ -254,6 +260,14 @@ protected ToolProvider getJarTool() throws MojoException {
      * Returns the output timestamp or, as a fallback, the {@code 
SOURCE_DATE_EPOCH} environment variable.
      * If the timestamp is expressed in seconds, it is converted to ISO 8601 
format. Otherwise it is returned as-is.
      *
+     * <p>When the timestamp is given as a number of seconds and resolves to a 
date before {@code DATE_MIN}

Review Comment:
   Remove `DATE_MIN`: this is an internal field that users don't see.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to