From 5542cd172d2b6b4286b5268654cc029349ab2847 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 24 Nov 2022 23:18:52 +0100 Subject: [PATCH] GH-77 - Avoid release event support integration tests to Maven Central. --- spring-modulith-events/pom.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/spring-modulith-events/pom.xml b/spring-modulith-events/pom.xml index 57153e82..3f2e7269 100644 --- a/spring-modulith-events/pom.xml +++ b/spring-modulith-events/pom.xml @@ -19,9 +19,41 @@ spring-modulith-events-jdbc spring-modulith-events-mongodb spring-modulith-events-jackson - spring-modulith-events-tests + + + + + events-default + + + true + + + + spring-modulith-events-tests + + + + + + + prepare-release + + + spring-modulith-events-tests + + + + + + + sonatype + + + +