From 4f6f31d94b9881eaab3cac26181ddc8198fb50d7 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 22 Sep 2023 10:07:50 +0200 Subject: [PATCH] Update build to skip the deployment of spring-batch-docs jar --- spring-batch-docs/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-batch-docs/pom.xml b/spring-batch-docs/pom.xml index 44815d1a5..d4310e12e 100644 --- a/spring-batch-docs/pom.xml +++ b/spring-batch-docs/pom.xml @@ -47,6 +47,14 @@ true + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + +