From ce129be729bc7420dbbb00afd7ab743402314a98 Mon Sep 17 00:00:00 2001 From: Grzegorz Kostkowski Date: Fri, 20 Sep 2024 19:20:05 +0200 Subject: [PATCH] Pass required parameter to the testing process --- Makefile | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3739584..75a511d3 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ install: get-saxon get-rdflib get-widoco ############################ Main tasks ############################################## # Run unit_tests unit-tests: - @mvn install + @mvn install -Dsaxon.options.enrichedNamespacesPath=${ENRICHED_NAMESPACES_XML_PATH} create-virtual-env: @python -m venv model2owl-venv diff --git a/pom.xml b/pom.xml index 61bb1c03..d6e8e564 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ true false + enrichedNamespacesPath=${saxon.options.enrichedNamespacesPath}