<?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>com.vortex.cloud</groupId>
    <artifactId>hw-cloud-rest</artifactId>
    <packaging>pom</packaging>
    <version>1.0.3-SNAPSHOT</version>

    <scm>
        <connection>scm:svn:https://222.92.212.126:8443/svn/vtx.cloud/products/zybj-support/trunk/hw-cloud-rest</connection>
        <developerConnection>scm:svn:https://222.92.212.126:8443/svn/vtx.cloud/products/zybj-support/trunk/hw-cloud-rest</developerConnection>
        <url>https://222.92.212.126:8443/svn/vtx.cloud/products/zybj-support/trunk/hw-cloud-rest</url>
    </scm>

    <modules>
        <module>hw-cloud-rest-autoconfigure</module>
        <module>hw-cloud-rest-starter</module>
        <module>hw-cloud-rest-sample</module>
    </modules>

    <properties>
        <retrofit.version>2.3.0</retrofit.version>
        <spring-boot.version>1.5.9.RELEASE</spring-boot.version>
    </properties>

    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.7.0</version>
                    <configuration>
                        <source>1.8</source>
                        <target>1.8</target>
                        <showWarnings>true</showWarnings>
                        <encoding>UTF-8</encoding>
                        <verbose>true</verbose>
                        <fork>true</fork>
                        <compilerArgument>-proc:none</compilerArgument>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <configuration>
                        <skip>true</skip>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

    <distributionManagement>
        <repository>
            <id>releases</id>
            <name>Nexus Releases Repository</name>
            <url>http://maven.cloudhw.cn:8081/repository/releases</url>
        </repository>
        <snapshotRepository>
            <id>snapshots</id>
            <name>Nexus Snapshots Repository</name>
            <url>http://maven.cloudhw.cn:8081/repository/snapshots</url>
        </snapshotRepository>
    </distributionManagement>
</project>