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

    <artifactId>aep-service-operation-api</artifactId>

    <parent>
        <groupId>com.gizwits</groupId>
        <artifactId>aep-cloud</artifactId>
        <version>4.0.0-GDMS</version>
    </parent>

    <url>http://maven.apache.org</url>

    <dependencies>
        <dependency>
            <groupId>com.gizwits</groupId>
            <artifactId>aep-base</artifactId>
            <version>4.0.0-GDMS</version>
        </dependency>
    </dependencies>
    <distributionManagement>
        <repository>
            <id>archiva.general</id>
            <name>Internal Release Repository</name>
            <url>https://archiva.gizwits.com/repository/general/</url>
        </repository>

    </distributionManagement>
    <repositories>
        <repository>
            <id>archiva.general</id>
            <name>Internal general Repository</name>
            <url>https://archiva.gizwits.com/repository/general/</url>
        </repository>
        <repository>
            <id>archiva.internal</id>
            <name>Internal Release Repository</name>
            <url>https://archiva.gizwits.com/repository/internal/</url>
        </repository>
    </repositories>
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <!-- 压制单元测试类 -->
        </plugins>
    </build>
</project>