Skip to content

Commit

Permalink
Pass required parameter to the testing process
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostkowski committed Sep 20, 2024
1 parent 63a9fb4 commit ce129be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<generateSurefireReport>true</generateSurefireReport>
<xspecProperties>
<xspec.fail>false</xspec.fail>
<saxon.custom.options>enrichedNamespacesPath=${saxon.options.enrichedNamespacesPath}</saxon.custom.options>
</xspecProperties>
</configuration>
<!-- <dependencies>-->
Expand Down

0 comments on commit ce129be

Please sign in to comment.