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

https://github.com/sterlp/maven-archetypes


https://github.com/sterlp/maven-archetypes

archetype java java-11 java-15 java-17 minimal

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Generate with Java 17

## Unix / Linux
`mvn archetype:generate -DarchetypeGroupId=org.sterl -DarchetypeArtifactId=java-minimal`

## Windows
`mvn archetype:generate "-DarchetypeGroupId=org.sterl" "-DarchetypeArtifactId=java-minimal"`

# Generate with Java 11
`mvn archetype:generate -DarchetypeGroupId=org.sterl -DarchetypeArtifactId=java-minimal -Djava_version=11`