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

	<parent>
		<groupId>au.csiro</groupId>
		<artifactId>elk-owlapi-parent</artifactId>
		<version>0.5.0</version>
	</parent>

	<artifactId>elk-owlapi4</artifactId>
	<packaging>jar</packaging>

	<name>ELK OWL API v.4 Binding</name>
	<description>ELK bindings for OWL API version 4</description>

	<properties>
		<owlapi.version>${owlapi4.version}</owlapi.version>
	</properties>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-source-plugin</artifactId>
				<executions>
					<execution>
						<id>attach-test-sources</id>
						<phase>verify</phase>
						<goals>
							<goal>test-jar</goal>
						</goals>
<!--
						<configuration>
							<excludeResources>true</excludeResources>
						</configuration>
-->
					</execution>
				</executions>
			</plugin>
<!--
			<plugin>
				<artifactId>maven-jar-plugin</artifactId>
				<executions>
					<execution>
						<id>attach-test-resources</id>
						<phase>verify</phase>
						<goals>
							<goal>jar</goal>
						</goals>
						<configuration>
							<classesDirectory>
								${project.basedir}/src/test/resources
							</classesDirectory>
							<classifier>test-resources</classifier>
						</configuration>
					</execution>
				</executions>
			</plugin>
-->
		</plugins>
	</build>

</project>
