Skip to content

kurth4cker/java-library-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-library-maven

Template for pure Java library with Apache Maven.

Building

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

Copying

java-library-maven is licensed under Apache-2.0 license. See file COPYING for details.

About

Java library template with Apache Maven

Resources

License

Stars

Watchers

Forks

Contributors

Languages