This PR renames all occurrences of the Open Manufacturing Platform (OMP), Semantic Data Structuring (SDS) working group and BAMM Aspect Meta Model (BAMM) to Eclipse Semantic Modeling Framework (ESMF) and Semantic Aspect Meta Model (SAMM), respectively.
In detail, things were renamed in:
Java Package names
Java Class names and methods
Turtle and SHACL files (including meta model URNs)
File and directory names (e.g., in the test models directory hierarchy)
Specification text
README
NOTICE
Additionally, the build setup was changed from Gradle to Maven to streamline and
simplify development. The project is now a multi-module Maven project:
"main" code was moved to the esmf-semantic-aspect-meta-model Maven module
Build-time code (buildSrc) was moved to the esmf-samm-build-plugin Maven
The Antora module folder "documentation" is now also a Maven module; its
module build is executed using Antora via frontend-maven-plugin
Fixes #183.
This PR renames all occurrences of the Open Manufacturing Platform (OMP), Semantic Data Structuring (SDS) working group and BAMM Aspect Meta Model (BAMM) to Eclipse Semantic Modeling Framework (ESMF) and Semantic Aspect Meta Model (SAMM), respectively.
In detail, things were renamed in:
Additionally, the build setup was changed from Gradle to Maven to streamline and simplify development. The project is now a multi-module Maven project: