mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.github.davidwhitlock.cs410J" -DarchetypeArtifactId="kata-archetype" -DarchetypeVersion="2022.2.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.github.davidwhitlock.cs410J |
ArtifactId | ArtifactIdkata-archetype |
Version | Version2022.2.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=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 |