mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="student-archetype" -DarchetypeVersion="2021.2.1" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdio.github.davidwhitlock.cs410J |
| ArtifactId | ArtifactIdstudent-archetype |
| Version | Version2021.2.1 |
| Type | Typemaven-archetype |
| Description |
DescriptionArchetype for Student project
A simple Student program to get you started with Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=student-archetype -DarchetypeVersion=2021.2.1 -DinteractiveMode=false
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 3.2.4 |