Skip to content

Build instructions

fapsi edited this page Nov 19, 2013 · 26 revisions

###Building the project (via Maven)

  1. Installing 3rd party JARs into local maven repository
    There are actually two "third-party-JAR" (morphadorner,jgraphx), which arn't available as most recent versions in the global Maven repository. To add them into your local repository, you have to download the latest releases and run the following commands.
    mvn install:install-file -Dfile=lib/morphadorner.jar -DgroupId=edu.northwestern.at
    -DartifactId=Morphadorner -Dversion=2.0 -Dpackaging=jar
    See Also: Maven HowTo

  2. Build JAR package
    Run:
    mvn package Maven generates automatically a JAR-file with the information in the pom.xml.

Clone this wiki locally