<?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>

  <groupId>cn.lioyan</groupId>
  <artifactId>sec-template-archetype</artifactId>
  <version>0.0.4</version>
  <packaging>maven-archetype</packaging>

  <name>sec-template-archetype</name>

  <build>
    <extensions>
      <extension>
        <groupId>org.apache.maven.archetype</groupId>
        <artifactId>archetype-packaging</artifactId>
        <version>3.1.0</version>
      </extension>
    </extensions>

    <pluginManagement>
      <plugins>
        <plugin>
          <artifactId>maven-archetype-plugin</artifactId>
          <version>3.1.0</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>

      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
        <configuration>
          <serverId>ossrh</serverId>
          <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
          <autoReleaseAfterClose>true</autoReleaseAfterClose>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <version>1.5</version>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
            <configuration>
              <keyname>0x67689C9E</keyname>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <description>SEC Boot Dependencies</description>

  <url>https://lioyan.cn/sec-template</url>

  <developers>
    <developer>
      <name>lioyan</name>
      <email>lioyan0009338@163.com</email>
      <url>https://www.lioyan.cn/</url>
    </developer>
  </developers>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>

  <scm>
    <connection>git@github.com:lioyan1994111/sec-boot.git/sec-boot-parent/sec-template</connection>
    <developerConnection>git@github.com:lioyan1994111/sec-boot.git/sec-boot-parent/sec-template</developerConnection>
    <tag>master</tag>
    <url>git@github.com:lioyan1994111/sec-boot.git/sec-boot-parent/sec-template</url>
  </scm>
</project>
