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

https://github.com/bripkens/java-quickstart

Alternative to maven-archetype-quickstart
https://github.com/bripkens/java-quickstart

Last synced: about 1 year ago
JSON representation

Alternative to maven-archetype-quickstart

Awesome Lists containing this project

README

          

# Maven Java Quickstart Archetype

Just a simple alternative to the Maven Quickstart archetypes that comes with:

- a recent JUnit version
- Hamcrest and its additional matchers
- logback runtime and test configurations
- a `.editorconfig` file with encoding setup correctly

## Usage

```
mvn archetype:generate \
-DarchetypeGroupId=de.bripkens \
-DarchetypeArtifactId=java-quickstart \
-DarchetypeVersion=0.2.0
```