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

    <parent>
        <groupId>org.avaje</groupId>
        <artifactId>java11-oss</artifactId>
        <version>3.4</version>
    </parent>

    <groupId>org.avaje.experiment</groupId>
    <artifactId>experiment-jsonp-parent</artifactId>
    <version>0.2</version>
    <packaging>pom</packaging>

    <scm>
        <developerConnection>scm:git:git@github.com:avaje/avaje-jsonb.git</developerConnection>
        <tag>experiment-jsonp-parent-0.2</tag>
    </scm>

    <modules>
        <module>jsonp-api</module>
        <module>jsonp</module>
    </modules>

    <build>
        <plugins>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.9</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>${nexus.staging.autoReleaseAfterClose}</autoReleaseAfterClose>
                </configuration>
<!--                <dependencies>-->
<!--                    &lt;!&ndash;-->
<!--                      TODO:-->
<!--                        Remove after OSSRH-66257, NEXUS-26993 are fixed,-->
<!--                        possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91-->
<!--                    &ndash;&gt;-->
<!--                    <dependency>-->
<!--                        <groupId>com.thoughtworks.xstream</groupId>-->
<!--                        <artifactId>xstream</artifactId>-->
<!--                        <version>1.4.15</version>-->
<!--                    </dependency>-->
<!--                </dependencies>-->
            </plugin>
        </plugins>
    </build>
</project>
