https://github.com/markovmodel/stallone
stallone java library
https://github.com/markovmodel/stallone
Last synced: over 1 year ago
JSON representation
stallone java library
- Host: GitHub
- URL: https://github.com/markovmodel/stallone
- Owner: markovmodel
- License: bsd-2-clause
- Created: 2014-12-08T12:17:05.000Z (over 11 years ago)
- Default Branch: devel
- Last Pushed: 2015-01-20T15:13:43.000Z (over 11 years ago)
- Last Synced: 2025-01-19T16:23:16.761Z (over 1 year ago)
- Language: Java
- Size: 1.39 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: license.txt
Awesome Lists containing this project
README
To compile stallone you need maven (>= 2.0) and a recent JDK (>= 1.6).
To build a distribution of stallone you invoke maven like this:
mvn -Dmaven.test.skip=true package
Note:
Some tests are currently failing (not yet impled), so they have to be skipped
in the maven invocation.