This project contains a Maven POM for SWRLAPI-related components. It contains version and configuration information that is used by all SWRLAPI projects. An associated SWRLAPI Build Project uses this POM when building all SWRLAPI components.
To run the build process in this project you must have the following items installed:
- Java 11 or later
- A tool for checking out a Git repository
- Apache's Maven
- A Protégé (5.6.4 or higher) distribution. Download here.
Create a suitable local directory and then clone the project as follows:
git clone https://github.com/protegeproject/swrlapi-parent.git
Change into the SWRLAPI parent directory:
cd swrlapi-parent
And then build the parent project with Maven:
mvn clean install
The software is licensed under the BSD 2-clause License.
If you have questions about this project, please go to the main Protégé website and subscribe to the Protégé Developer Support mailing list. After subscribing, send messages to protege-dev at lists.stanford.edu.