From 44a723838946ba808fd17a02dbdfe8b2f40b41d7 Mon Sep 17 00:00:00 2001 From: cmrose Date: Fri, 2 Feb 2024 12:02:43 +1100 Subject: [PATCH] get rid of some deprecation warnings in the build --- .idea/runConfigurations/Tomcat.xml | 2 +- src/extension/csv-with-metadata-header/pom.xml | 1 + src/main/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/runConfigurations/Tomcat.xml b/.idea/runConfigurations/Tomcat.xml index 6991b806..1ca081c7 100644 --- a/.idea/runConfigurations/Tomcat.xml +++ b/.idea/runConfigurations/Tomcat.xml @@ -87,7 +87,7 @@ - \ No newline at end of file diff --git a/src/extension/csv-with-metadata-header/pom.xml b/src/extension/csv-with-metadata-header/pom.xml index d47a476b..92c3c212 100644 --- a/src/extension/csv-with-metadata-header/pom.xml +++ b/src/extension/csv-with-metadata-header/pom.xml @@ -12,6 +12,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.12.1 8 8 diff --git a/src/main/pom.xml b/src/main/pom.xml index 8614656a..0b596d50 100644 --- a/src/main/pom.xml +++ b/src/main/pom.xml @@ -124,7 +124,7 @@ src/jetty/override-web.xml src/jetty/database - ${build.directory}/geoserver-${project.version}-imos.war + ${project.build.directory}/geoserver-${project.version}-imos.war src/jetty/context.xml