<?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>
  <groupId>org.paramixel</groupId>
  <artifactId>maven-plugin</artifactId>
  <version>6.2.0</version>
  <packaging>maven-plugin</packaging>
  <name>Paramixel Maven Plugin</name>
  <description>Paramixel Maven Plugin</description>
  <url>https://github.com/paramixel/paramixel</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dhoard</id>
      <name>Douglas Hoard</name>
      <email>doug.hoard@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/paramixel/paramixel.git/maven-plugin</connection>
    <developerConnection>scm:git:ssh://git@github.com/paramixel/paramixel.git/maven-plugin</developerConnection>
    <url>https://github.com/paramixel/paramixel/maven-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven.plugin-tools</groupId>
      <artifactId>maven-plugin-annotations</artifactId>
      <version>3.15.2</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-plugin-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.paramixel</groupId>
      <artifactId>core</artifactId>
      <version>6.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>3.9.16</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>3.9.16</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>3.9.16</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-model</artifactId>
      <version>3.9.16</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
