From 01ab0297c99a48369353372db7f86476fefe2b86 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Sun, 12 Dec 2021 14:00:23 +0100 Subject: [PATCH] Enable reproducible builds https://maven.apache.org/guides/mini/guide-reproducible-builds.html https://reproducible-builds.org/ Refs #299 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 148dabf67..864093d86 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ 1.8 UTF-8 UTF-8 + 2017-12-12T00:39:30Z github openapitools @@ -240,6 +241,7 @@ true true true + true @@ -267,6 +269,11 @@ maven-source-plugin 3.2.1 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + org.apache.maven.plugins maven-release-plugin