From 3bfb203c8ce02b450602823da035c8b6af241a5f Mon Sep 17 00:00:00 2001 From: PhanaticD Date: Tue, 8 Jan 2019 12:57:55 -0500 Subject: [PATCH] pom change to allow specifying jar output location, wont change anything unless specified with -Ddir= --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 012390ad..ebe26bdc 100644 --- a/pom.xml +++ b/pom.xml @@ -183,9 +183,18 @@ 1.8 + + org.apache.maven.plugins + maven-jar-plugin + 3.1.1 + + ${dir} + + + ${project.build.directory} UTF-8 \ No newline at end of file