From 1464c24cd60d94746825b444cdd966aa813227b9 Mon Sep 17 00:00:00 2001 From: Philzen Date: Sun, 23 Jun 2024 13:56:33 +0200 Subject: [PATCH] Disable copy plugin by default (https://github.com/moderneinc/rewrite-recipe-starter/pull/57) * Disable bundling with JUnit 3 by default * Clarify when to configure and use dependency plugin --------- Co-authored-by: Tim te Beek --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 36e84c0..e1c3120 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,8 @@ ${project.basedir}/src/main/resources/META-INF/rewrite/classpath true + + true