mabrarov commented on a change in pull request #10:
URL: https://github.com/apache/maven-ear-plugin/pull/10#discussion_r481152669
##########
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:
`MavenArchiver` class is not part of Maven EAR Plugin source code - it
comes from [Apache Maven
Archiver](https://github.com/apache/maven-archiver/blob/master/src/main/java/org/apache/maven/archiver/MavenArchiver.java#L775)
project, so I doubt we can quickly change signature of this method.
----------------------------------------------------------------
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]