-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Tomer Sagi edited this page Jun 30, 2016
·
6 revisions
Ontobuilder Research Environment is a Java-based maven project. Therefore, it is recommended to use IntelliJ IDEA which has built-in support for maven and git.
As a maven project, ORE takes most of it's dependencies from maven central. However, we do rely on some non-standard code that is not available from public repositories. The following table details those jars which you need to install from the project lib folder into your maven repository.
| Jar | Source | Group ID | Artifact ID | Version |
|---|---|---|---|---|
| amc_cli.jar | NisB Project | com.sap.research |
AMC-CLI |
1.0-SNAPSHOT |
| DataManagementLayer.jar | NisB Project | eu.nisb |
DataManagementLayer |
1.0-SNAPSHOT |
| cesm.jar | CESM paper by Haggai Roitman | ac.technion.schemamatching |
CESM |
1.0-SNAPSHOT |
| DBInterface.jar | Boosting paper by Tomer Sagi | ac.technion.schemamatching |
DBInterface |
1.0-SNAPSHOT |
| SMB.jar | Boosting paper by Tomer Sagi | ac.technion.schemamatching |
CESM |
1.0-SNAPSHOT |
| ontobuilder.core.jar | Ontobuilder Project | ac.technion.schemamatching |
ob-core |
1.0-SNAPSHOT |
| ontobuilder.matching.jar | Ontobuilder Project | ac.technion.schemamatching |
ob-matching |
1.0-SNAPSHOT |
| ontobuilder.io.jar | Ontobuilder Project | ac.technion.schemamatching |
ob-io |
1.0-SNAPSHOT |
| rita-latest.jar | RiTa Project | rita |
core |
2016 |
| processMatchingTools.jar | TUE - IS BPM group | nl.tue.is |
processMatchingTools |
1.0-SNAPSHOT |
| jbpt-core.jar | jBPT - Artem Polvyanyy | org.jbpt |
jbpt-core |
0.2.393 |
| jbpt-bp.jar | jBPT - Artem Polvyanyy | org.jbpt |
jbpt-bp |
0.2.393 |
| jbpt-petri.jar | jBPT - Artem Polvyanyy | org.jbpt |
jbpt-petri |
0.2.393 |
To install a jar, create a maven run configuration with the following parameters:
install:install-file -Dfile=path/to/someJar.jar -DgroupId=my.group.id -DartifactId=myArtifact -Dversion=myVersion -Dpackaging=jar