mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="phonebill-archetype" -DarchetypeVersion="2021.0.0" -DinteractiveMode=false
GroupId | GroupIdio.github.davidwhitlock.cs410J |
---|---|
ArtifactId | ArtifactIdphonebill-archetype |
Version | Version2021.0.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=phonebill-archetype -DarchetypeVersion=2021.0.0 -DinteractiveMode=false