From a923d63d348aa5c0467cac1f901722b5f1ba11ce Mon Sep 17 00:00:00 2001 From: SuperRonanCraft Date: Thu, 20 May 2021 13:09:56 -0400 Subject: [PATCH] moved local jar building to maven "dev" profile --- pom.xml | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index d202dc1..a7240a4 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,28 @@ 1.8 + + + dev + + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + ../../Java/plugins + + + + + + + ${project.artifactId}-${project.version} @@ -78,15 +100,6 @@ - - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - ../../Java/plugins - - @@ -263,12 +276,12 @@ provided - + xyz.xenondevs