/tks-archetype

Basic maven archetype to quickstart project

Primary LanguageJava

Maven Archetype for a quickstart project.

This archetype creates a project with Junit-Jupiter testing engine. It packages project in jar with runtime dependencies and App.java as starting point.

Installation

In root folder of the project run.

mvn install

If you don't have Maven installed follow this guide to install.

Usage

To create a new project:

mvn archetype:generate -DarchetypeGroupId=com.tks -DarchetypeArtifactId=tks-archetype -DgroupId=<your-group-id> -DartifactId=<your-artifact-id>