mabrarov commented on a change in pull request #10:
URL: https://github.com/apache/maven-ear-plugin/pull/10#discussion_r484188208
##########
File path: src/main/java/org/apache/maven/plugins/ear/EarMojo.java
##########
@@ -285,6 +286,11 @@ public void execute()
super.execute();
zipArchiver.setUseJvmChmod( useJvmChmod );
+ final Date parsedOutputTimestamp = new
MavenArchiver().parseOutputTimestamp( outputTimestamp );
Review comment:
Implemented (reworked) in 28c0fd1 to use value returned by
`archiver.configureReproducible( outputTimestamp )`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]