-
Notifications
You must be signed in to change notification settings - Fork 1
Build instructions
fapsi edited this page Nov 19, 2013
·
26 revisions
###Building the project (via Maven)
-
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 -
Build JAR package
Run:
mvn packageMaven generates automatically a JAR-file with the information in the pom.xml.
- Documentation
- Getting started
- Build instructions
- Java-Doc
- Download
- Latest Release
- Implementation
- General