From e86aebbcd6c614e015abb99be129c9b7c5c3677e Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 18 May 2022 10:38:17 +0200 Subject: [PATCH] Skip maven-site-plugin when building spring-batch-bom module --- spring-batch-bom/pom.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/spring-batch-bom/pom.xml b/spring-batch-bom/pom.xml index 881efbc30..d1c62454f 100644 --- a/spring-batch-bom/pom.xml +++ b/spring-batch-bom/pom.xml @@ -1,12 +1,15 @@ 4.0.0 - org.springframework.batch + + org.springframework.batch + spring-batch + 5.0.0-SNAPSHOT + spring-batch-bom + pom Spring Batch BOM Bill of materials for Spring Batch modules - 5.0.0-SNAPSHOT - pom https://projects.spring.io/spring-batch @@ -63,4 +66,17 @@ + + + + org.apache.maven.plugins + maven-site-plugin + ${maven-site-plugin.version} + + true + + + + + \ No newline at end of file