From 22fd763607fbc07299eab40cdc4bec2ed7b489fc Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Tue, 24 Dec 2024 14:53:59 -0500 Subject: [PATCH] Removed plugin output directory configuration The maven-plugin-plugin configuration was causing the output to be placed in a location that was not being included when the project was built. This resulted in other projects that depend on resource-server-plugin to fail to build due to a missing plugin.xml. Leaving it at it's default location causes the output to live in classes/META-INF/maven, which gets picked up properly when the jar is created. --- resource-server-plugin/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/resource-server-plugin/pom.xml b/resource-server-plugin/pom.xml index d22e2dfb..1ca43694 100644 --- a/resource-server-plugin/pom.xml +++ b/resource-server-plugin/pom.xml @@ -74,7 +74,6 @@ 3.15.0 plugin - target/dir