<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.mule.runtime</groupId>
        <artifactId>mule</artifactId>
        <version>4.1.0</version>
    </parent>
    <groupId>org.mule.tests</groupId>
    <artifactId>mule-tests</artifactId>
    <packaging>pom</packaging>
    <name>Mule Tests</name>

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

    <modules>
        <module>allure</module>
        <module>unit</module>
        <module>component-plugin</module>
        <module>core-deprecated-schema</module>
        <module>functional</module>
        <module>infrastructure</module>
        <module>performance</module>
        <module>test-extensions</module>
        <module>test-plugins</module>
        <module>test-policies</module>
        <module>test-services</module>
        <module>runner</module>
        <module>parsers-plugin</module>
        <module>model</module>
    </modules>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                    <skipDeploy>true</skipDeploy>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>org.mule.services</groupId>
            <artifactId>mule-service-weave</artifactId>
            <classifier>mule-service</classifier>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>
