From 00564c5ad72e3801d9b2651035a46bdf9e4a9ebe Mon Sep 17 00:00:00 2001 From: christophe mangeat Date: Thu, 31 Oct 2024 17:23:44 +0100 Subject: [PATCH] register schema --- pom.xml | 1 + web/pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 540c83deb8..cf4ca1d12c 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,7 @@ core-geonetwork web release + iso19139.che diff --git a/web/pom.xml b/web/pom.xml index c5706d46e3..c162c0ae33 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -60,6 +60,31 @@ + + org.geonetwork-opensource.schemas + gn-schema-iso19139.che + + + copy-schemas + process-resources + + copy-resources + + + true + true + ${build.webapp.resources} + + + ${project.basedir}/../iso19139.che/src/main/plugin + WEB-INF/data/config/schema_plugins + + + + + + + org.eclipse.jetty jetty-maven-plugin