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
License |
License |
---|---|
GroupId | GroupIdorg.bytesizebook.com.guide.boot |
ArtifactId | ArtifactIdmaven-archetype-webapp |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptionmaven-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 |
Source Code Management |
Source Code Management |
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