Create Java project with Maven archetype java-15-minimal

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Create a Java Project by archetype java-15-minimal with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.sterl"   -DarchetypeArtifactId="java-15-minimal"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Details about maven archetype java-15-minimal

GroupId

GroupId

org.sterl
ArtifactId

ArtifactId

java-15-minimal
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/sterlp/archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sterl -DarchetypeArtifactId=java-15-minimal -DarchetypeVersion=1.0.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.