From db6d2eccfc6e4fffda2256dc1f0d3ca8cf5f7ec2 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Thu, 8 Oct 2020 13:05:35 +0100 Subject: [PATCH] Change order the plugins run so that the resulting jar and zip have the same artifacts as before --- distribution/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index ba846f6cd..3eb4d5ffc 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -117,6 +117,7 @@ default-resources + true @@ -124,7 +125,7 @@ - org.apache.maven.plugins @@ -132,7 +133,7 @@ unpack-licenses-and-keystore - validate + generate-resources unpack @@ -184,9 +185,11 @@ + copy-resources-war - generate-resources + + package copy