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

	<artifactId>mule-module-workday-system</artifactId>
	<packaging>pom</packaging>
	<name>Mule Workday System Connector</name>
	<description>Mule Workday System Connector</description>

	<modules>
		<module>mule-module-workday-identitymanagement</module>
		<module>mule-module-workday-integrations</module>
		<module>mule-module-workday-tenantdatatranslation</module>
	</modules>

	<parent>
		<groupId>org.mule.modules</groupId>
  		<artifactId>workday-parent</artifactId>
		<version>4.2.0</version>
	</parent>

	<build>
		<plugins>
			<plugin>
				<groupId>org.mule.tools.devkit</groupId>
				<artifactId>mule-devkit-maven-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<excludeMuleDependencies>true</excludeMuleDependencies>
					<inclusions>
						<inclusion>
							<groupId>org.mule.modules</groupId>
							<artifactId>mule-module-workday-common</artifactId>
						</inclusion>
					</inclusions>
				</configuration>
			</plugin>
		</plugins>
		<resources>
			<resource>
				<filtering>false</filtering>
				<directory>src/main/resources/wsdl</directory>
				<excludes>
					<exclude>**/*.wsdl</exclude>
				</excludes>
			</resource>
		</resources>
	</build>

	<dependencies>
		<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-module-workday-common</artifactId>
		</dependency>
	</dependencies>

</project>
