mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="student-archetype" -DarchetypeVersion="2022.2.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.github.davidwhitlock.cs410J |
ArtifactId | ArtifactIdstudent-archetype |
Version | Version2022.2.0 |
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=2022.2.0 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.9.0-M1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.5.1 |