<?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-hcm</artifactId>
	<packaging>pom</packaging>
	<name>Mule Workday HCM Connector</name>
	<description>Mule Workday HCM Connector</description>

	<modules>
		<module>mule-module-workday-absence-management</module>
		<module>mule-module-workday-benefits-administration</module>
		<module>mule-module-workday-compensation</module>
		<module>mule-module-workday-human-resources</module>
		<module>mule-module-workday-payroll</module>
		<module>mule-module-workday-payroll-interface</module>
		<module>mule-module-workday-performance-management</module>
		<module>mule-module-workday-recruiting</module>
		<module>mule-module-workday-staffing</module>
		<module>mule-module-workday-talent</module>
		<module>mule-module-workday-timetracking</module>
		<module>mule-module-workday-workforce-planning</module>
	</modules>
	
	<parent>
		<groupId>org.mule.modules</groupId>
  		<artifactId>workday-parent</artifactId>
		<version>4.1.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>
