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
- Host: GitHub
- URL: https://github.com/bripkens/java-quickstart
- Owner: bripkens
- License: apache-2.0
- Created: 2014-05-04T17:55:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T11:40:43.000Z (about 12 years ago)
- Last Synced: 2025-03-13T04:02:19.938Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```