<?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">
    <parent>
        <groupId>org.mule.runtime</groupId>
        <artifactId>mule-modules</artifactId>
        <version>4.9.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>mule-module-javaee</artifactId>
    <name>Mule Java EE Extensions</name>
    <description>This module provides Java EE extensions for backwards compatibility</description>

    <properties>
        <surefire.args>
            -XX:+IgnoreUnrecognizedVMOptions
            ${surefire.test.unit.open.args}
        </surefire.args>

        <javaModuleName>org.mule.runtime.javaee</javaModuleName>

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

    <build>
        <plugins>
            <plugin>
                <groupId>org.revapi</groupId>
                <artifactId>revapi-maven-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>
