<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.yungouos.pay</groupId>
  <artifactId>yungouos-pay-sdk</artifactId>
  <name>yungouos-pay-sdk</name>
  <version>2.0.26</version>
  <description>YunGouOS全能支付接口SDK，提供微信/支付宝官方支付接口API，支持个人、个体户、企业接入使用</description>
  <url>https://github.com/YunGouOS/YunGouOS-PAY-SDK</url>
  <developers>
    <developer>
      <name>YunGouOS</name>
      <email>server@yungouos.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>YunGouOS The MIT License</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git@github.com:YunGouOS/YunGouOS-PAY-SDK.git</connection>
    <developerConnection>scm:git@github.com:YunGouOS/YunGouOS-PAY-SDK.git</developerConnection>
    <url>git@github.com:YunGouOS/YunGouOS-PAY-SDK.git</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>3.2.0</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <createSourcesJar>true</createSourcesJar>
              <artifactSet>
                <includes>
                  <include>*:*</include>
                </includes>
              </artifactSet>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.9.1</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.6</version>
        <executions>
          <execution>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <distributionManagement>
    <repository>
      <id>yungouos-pay-sdk-deploy</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>yungouos-pay-sdk-snapshots</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
    <compile.version>8</compile.version>
    <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
  </properties>
</project>
