<?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>2.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

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

    <modules>
        <module>spring-nebula</module>
        <module>spring-mystic</module>
        <module>spring-malloc</module>
        <module>spring-mutant</module>
        <module>spring-venue</module>
        <module>spring-virtual</module>
        <module>spring-recruit</module>
    </modules>

    <description>spring-units</description>

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

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

    <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-nebula</module>
                <module>spring-mystic</module>
                <module>spring-malloc</module>
                <module>spring-mutant</module>
                <module>spring-venue</module>
                <module>spring-virtual</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>
