Create Java project with Maven archetype maven-archetype-webapp

An archetype to create the starting code for the first three chapters of Guide to Web Development with Java, 2nd edition.

Create a Java Project by archetype maven-archetype-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.bytesizebook.com.guide.boot"   -DarchetypeArtifactId="maven-archetype-webapp"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-webapp

License

License

GroupId

GroupId

org.bytesizebook.com.guide.boot
ArtifactId

ArtifactId

maven-archetype-webapp
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

maven-archetype-webapp
An archetype to create the starting code for the first three chapters 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/maven-archetype-webapp/tree/main

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.bytesizebook.com.guide.boot -DarchetypeArtifactId=maven-archetype-webapp -DarchetypeVersion=1.0 -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.