<?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>
	<groupId>com.mulesoft.modules</groupId>
	<artifactId>mule-module-ms-dynamics-crm-commons</artifactId>
	<packaging>jar</packaging>
	<name>Mule MS Dynamics CRM Connector Commons Libraries</name>

	<parent>
		<groupId>org.mule.modules</groupId>
		<artifactId>mule-module-ms-dynamics-crm</artifactId>
		<version>1.8.1</version>
	</parent>

	<properties>
		<category>Standard</category>
		<licensePath>LICENSE.md</licensePath>
		<github.merge>true</github.merge>
	</properties>

	<build>
		<plugins>
<!-- 			<plugin> -->
<!-- 				<groupId>org.apache.cxf</groupId> -->
<!-- 				<artifactId>cxf-codegen-plugin</artifactId> -->
<!-- 				<version>${cxf.version}</version> -->
<!-- 				<executions> -->
<!-- 					<execution> -->
<!-- 						<phase>validate</phase> -->
<!-- 						<configuration> -->
<!-- 							<sourceRoot>${project.build.directory}/generated/cxf</sourceRoot> -->
<!-- 							<wsdlOptions> -->
<!-- 								<wsdlOption> -->
<!-- 									<wsdl>${basedir}/src/main/resources/wsdl/2011/Organization.wsdl</wsdl> -->
<!-- 									<bindingFiles> -->
<!-- 										<bindingFile>${basedir}/src/main/resources/wsdl/binding.xml</bindingFile> -->
<!-- 									</bindingFiles> -->
<!-- 								</wsdlOption> -->
<!-- 							</wsdlOptions> -->
<!-- 						</configuration> -->
<!-- 						<goals> -->
<!-- 							<goal>wsdl2java</goal> -->
<!-- 						</goals> -->
<!-- 					</execution> -->
<!-- 				</executions> -->
<!-- 			</plugin> -->
			<plugin>
				<groupId>org.mule.tools.devkit</groupId>
				<artifactId>mule-devkit-maven-plugin</artifactId>
				<configuration>
					<path>ondemand</path>
				</configuration>
				<executions>
					<execution>
						<goals>
							<goal>github-upload-doc</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

	<dependencies>
		<dependency>
			<groupId>org.mule.modules</groupId>
			<artifactId>mule-module-cxf</artifactId>
			<version>${mule.version}</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>
