From 24f8bdd4f2080c64dfd49f5d446d7feea09a6429 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 13 Jun 2024 17:58:14 -0700 Subject: [PATCH] Prevent publishing of useless test module pom (#151) --- jr-groovy-test/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jr-groovy-test/pom.xml b/jr-groovy-test/pom.xml index 35733776..301331a5 100644 --- a/jr-groovy-test/pom.xml +++ b/jr-groovy-test/pom.xml @@ -82,6 +82,23 @@ + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + +