Create Java project with Maven archetype kata-archetype

A simple project for getting started with code katas

Create a Java Project by archetype kata-archetype with Command Line:

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 

Details about maven archetype kata-archetype

License

License

GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

kata-archetype
Version

Version

2022.2.0
Type

Type

maven-archetype
Description

Description

kata-archetype
A simple project for getting started with code katas
Project URL

Project URL

http://www.cs.pdx.edu
Project Organization

Project Organization

Portland State University

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=kata-archetype -DarchetypeVersion=2022.2.0 -DinteractiveMode=false

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.