From 603bb0e33ef0083eb638adea048bcfe2da40fe18 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 15 Jan 2023 06:37:11 +0000 Subject: [PATCH] build: make original jar default --- pom.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c9e6a90..0040406 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,7 @@ io.micronaut.test micronaut-test-junit5 test + true org.junit.jupiter @@ -114,10 +115,11 @@ - - io.micronaut.build - micronaut-maven-plugin - + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -131,6 +133,24 @@ + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + package + + shade + + + + true + shaded + + + + org.apache.maven.plugins maven-source-plugin