Simple maven archetype for Codewars katas
- JDK 8
- Maven 3
git clone https://github.com/TugrulAsik/codewars-archetype.git
cd codewars-archetype
mvn clean install
mvn archetype:generate \
-DarchetypeGroupId=com.tugrul \
-DarchetypeArtifactId=codewars-archetype \
-DarchetypeVersion=1.0.0 \
-DgroupId={your.groupId} \
-DartifactId={your.artifactId} \
-Dversion={your.version} \
-DarchetypeRepository=https://github.com/TugrulAsik/codewars-archetype