mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="kata-archetype" -DarchetypeVersion="2021.3.0" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdio.github.davidwhitlock.cs410J |
| ArtifactId | ArtifactIdkata-archetype |
| Version | Version2021.3.0 |
| Type | Typemaven-archetype |
| Description |
Descriptionkata-archetype
A simple project for getting started with code katas
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=kata-archetype -DarchetypeVersion=2021.3.0 -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 |