<?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>com.mulesoft.anypoint</groupId>
        <artifactId>api-gateway-tests-integration</artifactId>
        <version>4.7.2</version>
    </parent>

    <artifactId>api-gateway-tests-zero-downtime</artifactId>
    <name>API Gateway Zero Downtime Integration Tests</name>

    <properties>
        <formatterConfigPath>../../../formatter.xml</formatterConfigPath>

        <javaModuleName>com.mulesoft.anypoint.gw.tests.integration.zero.downtime</javaModuleName>
        <argLine>${surefire.test.unit.open.args}</argLine>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <systemPropertyVariables>
                        <secure.properties.version>${securePropertyModuleVersion}</secure.properties.version>
                        <tita.artifacts.version>${apiGatewayTitaArtifactsVersion}</tita.artifacts.version>
                    </systemPropertyVariables>
                </configuration>
            </plugin>
        </plugins>
    </build>


</project>
