Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.67 KB

Mapping Master Build Project

This project contains a Maven POM that builds Mapping Master-related components. Currently it builds the core Mapping Master project, the Mapping Master Itegration Tests project, and the Cellfie Plugin project.

Building

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

Create a suitable local directory and then clone the Mapping Master-related projects as follows:

git clone https://github.com/protegeproject/mapping-master.git
git clone https://github.com/protegeproject/mapping-master-integration-tests.git
git clone https://github.com/protegeproject/mapping-master-example.git
git clone https://github.com/protegeproject/cellfie-plugin.git
git clone https://github.com/protegeproject/mapping-master-project.git

Change into the Mapping Master project directory:

cd mapping-master-project

And then build everything with Maven:

mvn clean install

The Mapping Master integration tests can take quite a while to run. You can skip them as follows:

mvn -DskipTests=true clean install

Documentation for Mapping Master can be found here. Documentation for the Cellfie plugin can be found here.