From ef7ae6932845acd2bfe58c6fc10fad0f6376299f 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 5f86b3b8..eb0ba9af 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -494,7 +494,7 @@ org.apache.maven.plugins @@ -615,7 +615,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