<?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">
    <parent>
        <artifactId>spring-boxes</artifactId>
        <groupId>com.wuyushuo</groupId>
        <version>1.9.2</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-open</artifactId>
    <packaging>pom</packaging>

    <url>http://www.wuyushuo.com</url>

    <licenses>
        <license>
            <name>GNU Library or Lesser General Public License (LGPL)</name>
            <url>http://www.gnu.org/licenses/lgpl.html</url>
        </license>
    </licenses>

    <organization>
        <name>WuYuShuo</name>
        <url>http://www.wuyushuo.com</url>
    </organization>

    <modules>
        <module>spring-hexolab-boxes-boot-starter</module>
        <module>spring-quartz-boxes-boot-starter</module>
        <module>spring-saber-boxes-boot-starter</module>
        <module>spring-metric-boxes-boot-starter</module>
        <module>spring-template-boxes-boot-starter</module>
        <module>spring-cookie-boxes-boot-starter</module>
        <module>spring-debris-boxes-boot-starter</module>
        <module>spring-elastic-boxes-boot-starter</module>
        <module>spring-office-boxes-boot-starter</module>
        <module>spring-wechat-boxes-boot-starter</module>
        <module>spring-oauth-boxes-boot-starter</module>
        <module>spring-awsoss-boxes-boot-starter</module>
        <module>spring-lock-boxes-boot-starter</module>
    </modules>

    <scm>
        <connection>scm:git:git@github.com:wuyushuo/spring-boxes.git</connection>
        <developerConnection>scm:git:git@github.com:wuyushuo/spring-boxes.git</developerConnection>
        <url>https://github.com/wuyushuo/spring-boxes</url>
    </scm>

    <description>spring-open</description>

    <developers>
        <developer>
            <id>wuyushuo</id>
            <name>wuyushuo</name>
            <email>wuyushuo_official@163.com</email>
            <url>https://github.com/wuyushuo/spring-boxes/</url>
            <organizationUrl>http://wuyushuo.github.io</organizationUrl>
            <timezone>+8</timezone>
        </developer>
    </developers>

    <issueManagement>
        <system>github</system>
        <url>https://github.com/wuyushuo/spring-boxes/issues</url>
    </issueManagement>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.wuyushuo</groupId>
                <artifactId>spring-boxes-dependencies</artifactId>
                <version>${project.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <profiles>
        <profile>
            <id>release</id>
            <modules>
                <module>spring-quartz-boxes-boot-starter</module>
                <module>spring-saber-boxes-boot-starter</module>
                <module>spring-metric-boxes-boot-starter</module>
                <module>spring-template-boxes-boot-starter</module>
                <module>spring-cookie-boxes-boot-starter</module>
                <module>spring-debris-boxes-boot-starter</module>
                <module>spring-office-boxes-boot-starter</module>
                <module>spring-wechat-boxes-boot-starter</module>
                <module>spring-oauth-boxes-boot-starter</module>
                <module>spring-awsoss-boxes-boot-starter</module>
                <module>spring-lock-boxes-boot-starter</module>
            </modules>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-resources-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-compiler-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-source-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

</project>
