<?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>com.github.gzm55.maven</groupId>
  <artifactId>project-settings-extension</artifactId>
  <version>0.3.5</version>
  <name>Extension for Loading project specific settings.xml</name>
  <description>This extension could load .mvn/settings.xml
  as project settings, and merge it into effective setting.</description>
  <url>https://github.com/gzm55/project-settings-maven-extension</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>James Z.M. Gao</name>
      <email>gaozm55@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/gzm55/project-settings-maven-extension.git</connection>
    <developerConnection>scm:git:git@github.com:gzm55/project-settings-maven-extension.git</developerConnection>
    <tag>project-settings-extension-0.3.5</tag>
    <url>https://github.com/gzm55/project-settings-maven-extension/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>[3.3.1,3.99)</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-embedder</artifactId>
      <version>[3.3.1,3.99)</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
