From 7010da7ce5cab6fa675716e85d84fb5c0ff1a558 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 23 Dec 2024 09:39:57 +0100 Subject: [PATCH] Simplify patch creation Revert most of aab82332b0fe1953209f8a1955bc79bfba25f4bb. Instead of using a profile, just add false to the plugin execution we don't want in the child modules. --- pom.xml | 63 +++++++++++++++++++++------------------------------------ 1 file changed, 23 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 9db50e300..5256f4704 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,29 @@ + + org.codehaus.mojo + exec-maven-plugin + + + create-git-patch-file + verify + + exec + + + + + git + + diff + HEAD~1 + HEAD + + ${maven.multiModuleProjectDirectory}/show.patch + + false + maven-checkstyle-plugin @@ -517,44 +540,4 @@ - - - git-patch - - - - README.md - - - - - - org.codehaus.mojo - exec-maven-plugin - - - create-git-patch-file - - package - - exec - - - - - git - - diff - HEAD~1 - HEAD - - ${maven.multiModuleProjectDirectory}/show.patch - - - - - -