LorenzBuehmann / LIMES

Link Discovery Framework for Metric Spaces.

Home Page:http://aksw.org/Projects/LIMES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIMES - Link Discovery Framework for Metric Spaces.

Build Status

Generating Jar File (Headless)

installing use:

mvn clean install

Creating the runnable jar file including the dependencies use:

mvn clean package shade:shade -Dcheckstyle.skip=true -Dmaven.test.skip=true

The .jar will be placed in limes-core/target/limes-core-VERSION-SNAPSHOT.jar

Generating Jar File (GUI)

switch to limes-gui and use:

mvn jfx:jar -Dcheckstyle.skip=true -Dmaven.test.skip=true

The .jar will be placed in limes-gui/target/jfx/app/limes-GUI-VERSION-SNAPSHOT-jfx.jar

The limes-gui/target/jfx/app/lib folder needs to be in the same folder as the .jar for the .jar to work!

Importing into Eclipse

In case Eclipse does not recognize the project as Java. Please run the following from the limes-core/ directory:

mvn eclipse:eclipse

Then, update the project on Eclipse.

More details

About

Link Discovery Framework for Metric Spaces.

http://aksw.org/Projects/LIMES

License:GNU Affero General Public License v3.0


Languages

Language:Java 99.2%Language:TeX 0.7%Language:Shell 0.1%Language:CSS 0.0%