<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">
	<licenses>
		<license>
			<name>
      IBM International License Agreement for Non-Warranted Programs
    </name>
			<url>https://imsdev.github.io/resources/html/</url>
			<distribution>repo</distribution>
		</license>
	</licenses>


	<url>https://imsdev.github.io/resources/html/</url>
	<developers>
		<developer>
			<id>lij</id>
			<name>Jerry Li</name>
			<email>lij@us.ibm.com</email>
			<organization>IBM</organization>
		</developer>
	</developers>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<scm>
		<url>https://imsdev.github.io/resources/html/</url>
	</scm>

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.ibm.ims</groupId>
	<artifactId>IMSConnectAPI</artifactId>
	<version>3.2</version>
	<name>IMS Connect API</name>
	<description>API that allows Java applications to interface with IMS Connect</description>


	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<configuration>
					<additionalJOption>-Xdoclint:none</additionalJOption>
				</configuration>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>

	</build>
</project>
