<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-distribution-owlapi-parent</artifactId>
		<version>0.5.0</version>
	</parent>

	<artifactId>elk-distribution-owlapi-resources</artifactId>
	<name>ELK Common OWL API Resources</name>
	<description>Contains resources of ELK that are shared among OWL API packages</description>

	<build>
		<plugins>
			<!-- sharing resources -->
			<plugin>
				<artifactId>maven-remote-resources-plugin</artifactId>
				<configuration>
					<includes>
						<include>**/*.txt</include>
						<include>**/*.xml</include>
					</includes>
				</configuration>
				<executions>
					<execution>
						<goals>
							<goal>bundle</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

</project>
