<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.github.atool</groupId>
        <artifactId>fluent-parent</artifactId>
        <version>1.0.5</version>
    </parent>
    <groupId>org.test4j</groupId>
    <artifactId>fluent-dbtest-parent</artifactId>
    <version>1.0.1</version>
    <packaging>pom</packaging>
    <name>fluent db test parent</name>
    <description>fluent db test parent</description>
    <url>https://github.com/atool/fluent-dbtest-parent</url>
    <scm>
        <connection>scm:git:git://github.com/atool/fluent-dbtest-parent.git</connection>
        <developerConnection>scm:git:git@github.com:atool/fluent-dbtest-parent.git</developerConnection>
        <url>https://github.com/atool/fluent-dbtest-parent</url>
    </scm>
    <developers>
        <developer>
            <id>davey.wu</id>
            <name>darui.wu</name>
            <email>darui.wu@163.com</email>
        </developer>
    </developers>
    <modules>
        <module>database-dep</module>
        <module>fluent-dbtest</module>
    </modules>
    <build>
        <plugins>
            <plugin>
                <groupId>org.sonatype.central</groupId>
                <artifactId>central-publishing-maven-plugin</artifactId>
                <version>0.6.0</version>
                <extensions>true</extensions>
                <configuration>
                    <publishingServerId>sonatype-center</publishingServerId>
                    <!-- 设置为 false，禁止自动发布 -->
                    <autoPublish>false</autoPublish>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>