Relocated schema/iguana.owx to src/main/resources/iguana.owx and updated the versionIRI to use the ${revision} placeholder (ontology version will be equal to the version of IGUANA)
Updated graalvm/generate-profile.sh to remove hardcoded version numbers and use dynamic naming for instrumented and PGO builds.
Added iguana.owx to the resources section in pom.xml for proper inclusion during the build process.
Deployment Workflow Updates:
Added steps to reuse artifacts from previous jobs for the ontology
Versioning:
schema/iguana.owx
tosrc/main/resources/iguana.owx
and updated theversionIRI
to use the${revision}
placeholder (ontology version will be equal to the version of IGUANA)graalvm/generate-profile.sh
to remove hardcoded version numbers and use dynamic naming for instrumented and PGO builds.iguana.owx
to the resources section inpom.xml
for proper inclusion during the build process.Deployment Workflow Updates:
Cleanup