From 666638e6c629fd7fb96b7e5de46f95460f6cd9ba 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 af8025d2..8660f74c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -550,7 +550,7 @@ org.apache.maven.plugins @@ -674,7 +674,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