<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>dev.simpleframework</groupId>
    <artifactId>simple-framework-parent</artifactId>
    <version>0.1</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <groupId>dev.simpleframework</groupId>
  <artifactId>simple-archetype-module</artifactId>
  <version>0.1</version>
  <packaging>maven-archetype</packaging>
  <name>Simple Archetype Module</name>
  <description>Simple Archetype Module</description>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.archetype</groupId>
        <artifactId>archetype-packaging</artifactId>
        <version>3.2.1</version>
      </extension>
    </extensions>
  </build>
</project>
