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