From 60f978098ff3d22995484ef53e519539611f88a4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 2 Aug 2019 14:13:49 +0200 Subject: [PATCH] #840 - Deploy only one schema.zip file. Use the assembly plugin guarded by properties determined by ant. --- parent/pom.xml | 56 ++++++++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5918c34c..01b37fd3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -622,7 +622,7 @@ org.apache.maven.plugins @@ -746,7 +746,6 @@ - + + org.apache.maven.plugins + maven-assembly-plugin + + + docs + + single + + package + + + ${shared.resources}/assemblies/schema.xml + + ${dist.id} + true + + + + + org.jfrog.buildinfo artifactory-maven-plugin