archetype-parent-1.0.4.pom

Checksums

MD5 4794f72a35a5d26557341c1ac38fe00b
SHA1 ed8592a0c186f460bb0abed8b39cff260e3a1be9
SHA256 317feb452a3c708f2f4374e91e8630f61dd04a96c34ea712157223d49eb529af
SHA512 dce56303a7bdad5f39d7bcc8933c2cd1893d9acb54dde6c7efd310eac12473b727bd7045a7fcc783b06ab02d6f0471a2eb3f11369351031228e5a21e9ddda2fe

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.3</version>
  </parent>

  <artifactId>archetype-parent</artifactId>
  <name>purplepip archetype parent</name>
  <version>1.0.4</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.4</tag>
  </scm>

  <modules>
    <module>archetype-template</module>
    <module>archetype-archetype</module>
  </modules>

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

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