Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.81 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.81 KB

SWRLAPI Parent Project

Build Status Maven Central

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.

Building

To run the build process in this project you must have the following items installed:

  • Java 11
  • A tool for checking out a Git repository
  • Apache's Maven
  • A Protégé (5.6.0 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

License

The software is licensed under the BSD 2-clause License.

Questions

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.