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