Support Maven's reproducible build feature for war repackaging

See gh-25571
This commit is contained in:
Jurrie Overgoor
2021-03-10 13:27:47 +01:00
committed by Andy Wilkinson
parent 9180220cf4
commit 3c0e236562
3 changed files with 28 additions and 13 deletions

View File

@@ -148,7 +148,7 @@ public class RepackageMojo extends AbstractPackagerMojo {
/**
* Timestamp for reproducible output archive entries, either formatted as ISO 8601
* (<code>yyyy-MM-dd'T'HH:mm:ssXXX</code>) or an {@code int} representing seconds
* since the epoch. Not supported with war packaging.
* since the epoch.
* @since 2.3.0
*/
@Parameter(defaultValue = "${project.build.outputTimestamp}")