<?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/maven-v4_0_0.xsd">

	<parent>
		<groupId>uk.org.retep.xmpp.protocol</groupId>
		<artifactId>model-gen</artifactId>
		<version>10.6</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>uk.org.retep.xmpp.protocol</groupId>
	<artifactId>x-event</artifactId>
	<version>10.6</version>
	<packaging>jar</packaging>

	<name>retepXMPP XMPP Protocol x-event</name>

	<dependencies>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.jvnet.jaxb2.maven2</groupId>
				<artifactId>maven-jaxb2-plugin</artifactId>
				<configuration>
					<schemaIncludes>
						<include>org/xmpp/schemas/x-event.xsd</include>
					</schemaIncludes>
					<bindingIncludes>
						<include>org/xmpp/schemas/x-event.xjb</include>
					</bindingIncludes>
					<episodes>
					</episodes>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>
