Template for pure Java library with Apache Maven.
This project uses Apache Maven as build tool.
# compile classes
mvn compile
# build packages
mvn package
# run tests
mvn test
# clean
mvn clean
# install it to maven local repository
mvn install
# validate installation
mvn validate
java-library-maven is licensed under Apache-2.0 license. See file COPYING for details.