From 6fa552f6f0db528c843607b085eda8bce1f0c1eb Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 29 Jan 2025 12:18:48 -0700 Subject: [PATCH] Fix tests for maven Signed-off-by: Taylor Smock --- pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 80876ac7c..45da868a1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ UTF-8 17 src/main/java - src/main/ + src/main/resources 18940 nokutu, floscher, taylor.smock <tsmock@meta.com> org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin @@ -103,6 +103,24 @@ + + + ${plugin.resources.dir}/detections + detections + + + ${plugin.resources.dir}/mapcss + mapcss + + + ${plugin.resources.dir}/images + images + + + ${project.basedir}/data + data + + org.apache.maven.plugins