From a2ed4c8656ceb368150637176311593364fb1e3e Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 24 Jun 2023 11:28:44 +0200 Subject: [PATCH] Fix final plugin jar's name being suffixed with '-Plugin' The suffix comes from the module itself but this is the main artifact of the project. --- EpicAnchors-Plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpicAnchors-Plugin/pom.xml b/EpicAnchors-Plugin/pom.xml index 1bf385c..62e7337 100644 --- a/EpicAnchors-Plugin/pom.xml +++ b/EpicAnchors-Plugin/pom.xml @@ -27,7 +27,7 @@ - ${project.name}-${project.version} + ${project.parent.name}-${project.version} false true