Psh icon indicating copy to clipboard operation
Psh copied to clipboard

Maven

Open deric opened this issue 10 years ago • 2 comments

Compile project with Maven. Allows easier compiling and managing dependencies.

deric avatar Feb 23 '15 14:02 deric

This looks useful, but can you include some build instructions? The README should be updated to reflect the changes as well.

jonklein avatar Feb 23 '15 14:02 jonklein

Using mvn install or mvn package will produce a JAR file which can be easily used in other Java projects. Source code level is set to 1.7 as older versions are no longer supported (this could be easily changed, if you like). I've added bash scripts that simplifies running examples, also in case that JAR file is not compiled.

deric avatar Feb 24 '15 10:02 deric