Create Java project with Maven archetype spring-boot-java-cli

An archetype to create command line application for Chapter 4 of Guide to Web Development with Java, 2nd edition.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.bytesizebook"   -DarchetypeArtifactId="spring-boot-java-cli"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Details about maven archetype spring-boot-java-cli

License

License

GroupId

GroupId

com.bytesizebook
ArtifactId

ArtifactId

spring-boot-java-cli
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

maven-archetype-webapp
An archetype to create command line application for Chapter 4 of Guide to Web Development with Java, 2nd edition.
Project URL

Project URL

https://github.com/Timdotdowney
Source Code Management

Source Code Management

http://github.com/Timdotdowney/spring-boot-java-cli/tree/main

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.bytesizebook -DarchetypeArtifactId=spring-boot-java-cli -DarchetypeVersion=1.0.2 -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.