From 5181575331def5ae3eb217ea33f9ac8b7a0b6df4 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Tue, 13 Feb 2024 16:57:46 +0100 Subject: [PATCH] Fix #72 Include JSON schema files in JAR --- sdk/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sdk/pom.xml b/sdk/pom.xml index 0ce5fd6..0a7a41a 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -81,7 +81,35 @@ + + + ${project.build.directory}/schemas + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + copy-resources + generate-resources + + copy-resources + + + ${project.build.directory}/schemas/spec/schemas + + + ../spec/schemas + + + + + + org.moditect moditect-maven-plugin