Create Java project with Maven archetype console

Maven archetype for bootstrapping a console application using picocli, junit5 and log4j2

Create a Java Project by archetype console with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.schipplock.archetypes"   -DarchetypeArtifactId="console"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Details about maven archetype console

License

License

GroupId

GroupId

de.schipplock.archetypes
ArtifactId

ArtifactId

console
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

console archetype with picocli, junit5 and log4j2
Maven archetype for bootstrapping a console application using picocli, junit5 and log4j2
Project URL

Project URL

https://github.com/schipplock/console-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.schipplock.archetypes -DarchetypeArtifactId=console -DarchetypeVersion=1.0.3 -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.