kata-archetype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.davidwhitlock.joy</groupId>
<artifactId>kata-archetype</artifactId>
<version>2.2.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>archetypes-parent</artifactId>
<groupId>io.github.davidwhitlock.joy</groupId>
<version>2.2.6</version>
</parent>
<artifactId>kata-archetype</artifactId>
<version>2.2.6</version>
<packaging>maven-archetype</packaging>
<name>kata-archetype</name>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>${maven-archetype-plugin.version}</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>${maven-archetype-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<description>A simple project for getting started with code katas</description>
<url>http://www.cs.pdx.edu</url>
<developers>
<developer>
<id>whitlock</id>
<name>David Whitlock</name>
<email>whitlock@cs.pdx.edu</email>
<url>http://www.cs.pdx.edu/~whitlock</url>
<organization>PSU Department of Computer Science</organization>
<organizationUrl>http://www.cs.pdx.edu</organizationUrl>
<roles>
<role>Professor</role>
</roles>
<timezone>-7</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:JoyOfCodingPDX/JoyOfCoding.git/kata</connection>
</scm>
<distributionManagement>
<site>
<id>gh-pages</id>
<name>GitHub Pages</name>
<url>git:ssh://git@github.com/JoyOfCodingPDX/JoyOfCoding.git?gh-pages#</url>
</site>
</distributionManagement>
</project>