archetype-parent-1.0.6.pom

Checksums

MD5 2b5428a019dd79f5dccd22d70f75ed81
SHA1 7ac8366326e61f066fcd538f99c15e50efff3928
SHA256 9a0a40139495c782e18f8ee7ef3251acd6e8cdf83785dacac894ff671a7a7074
SHA512 abe5e3b448955757b42eb32a5662cc29773d87f08317d4ca2800fcbd997f5e39d1a697324057dda5f38ebdd12a72a98e23361ed1bfd1b34e7d32017f76e3dcca

POM

<?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>
    <groupId>com.purplepip</groupId>
    <artifactId>starter</artifactId>
    <version>1.0.6</version>
  </parent>

  <artifactId>archetype-parent</artifactId>
  <name>purplepip archetype parent</name>
  <version>1.0.6</version>
  <packaging>pom</packaging>

  <scm>
    <connection>scm:git:git@github.com:purplepip/archetype.git</connection>
    <developerConnection>scm:git:git@github.com:purplepip/archetype.git</developerConnection>
    <url>git@github.com:purplepip/archetype.git</url>
    <tag>1.0.6</tag>
  </scm>

  <modules>
    <module>template</module>
    <module>quickstart</module>
  </modules>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-enforcer-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

  <repositories>
    <repository>
      <id>purplepip-releases</id>
      <url>https://packagecloud.io/purplepip/releases/maven2</url>
    </repository>
  </repositories>
</project>