Create Java project with Maven archetype cli-archetype

SeedStack archetype for running command-line based applications.

Create a Java Project by archetype cli-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.seedstack"   -DarchetypeArtifactId="cli-archetype"   -DarchetypeVersion="21.11"   -DinteractiveMode=false 

Details about maven archetype cli-archetype

License

License

GroupId

GroupId

org.seedstack
ArtifactId

ArtifactId

cli-archetype
Version

Version

21.11
Type

Type

maven-archetype
Description

Description

SeedStack archetype for running command-line based applications.
Project Organization

Project Organization

SeedStack

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=cli-archetype -DarchetypeVersion=21.11 -DinteractiveMode=false

Dependencies

provided (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.code.findbugs : annotations jar 3.0.1

Project Modules

There are no modules declared in this project.