From de2b2f0d6c03c54a4ebc153ad9bea3f92cb5aa06 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 18 May 2023 10:46:54 +0100 Subject: [PATCH] run gradle module plugin after maven shade --- pom.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 9e99f22e4e..f3c3eaa4f7 100644 --- a/pom.xml +++ b/pom.xml @@ -159,22 +159,6 @@ com.fasterxml.jackson.core.*;version=${project.version} org.codehaus.mojo build-helper-maven-plugin - - - de.jjohannes - gradle-module-metadata-maven-plugin - - - - - ch.randelshofer - fastdoubleparser - - - - org.apache.maven.plugins @@ -231,6 +215,23 @@ com.fasterxml.jackson.core.*;version=${project.version} + + + de.jjohannes + gradle-module-metadata-maven-plugin + + + + + ch.randelshofer + fastdoubleparser + + + + + org.apache.maven.plugins maven-jar-plugin