An open API service indexing awesome lists of open source software.

https://github.com/tsundberg/java-skeleton

A minimal Java skeleton using Maven
https://github.com/tsundberg/java-skeleton

Last synced: 4 months ago
JSON representation

A minimal Java skeleton using Maven

Awesome Lists containing this project

README

          

# Java skeleton

A minimal project for getting started with Maven. It includes JUnit and a test that verifies that you can build and run unit tests.

Build:

mvn clean install

It builds with a warning. There is no production code so Maven will warn you that the resulting jar will be empty.

[WARNING] JAR will be empty - no content was marked for inclusion!

Include some production code and this warning will disappear.