<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>com.deliver8r.aws</groupId>
		<artifactId>aws-instances</artifactId>
	<version>0.0.1</version>
	</parent>
	<artifactId>aws-model</artifactId>
	<packaging>jar</packaging>
	<name>AWS Instance Type I/O Models</name>
	<description>Code Generated by Modello for Reading and Writing Instance Types on EC2</description>
	<!-- URL for site gen -->
	<url>${ghe.url.base}/${project.artifactId}</url>
	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-utils</artifactId>
		</dependency>
		<dependency>
			<groupId>org.yaml</groupId>
			<artifactId>snakeyaml</artifactId>
		</dependency>
		<dependency>
			<groupId>com.amazonaws</groupId>
			<artifactId>aws-java-sdk-ec2</artifactId>
			<version>${aws.java.sdk.version}</version>
		</dependency>
		<dependency>
			<groupId>dom4j</groupId>
			<artifactId>dom4j</artifactId>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.modello</groupId>
				<artifactId>modello-maven-plugin</artifactId>
				<executions>
					<execution>
						<id>genny</id>
						<goals>
							<goal>xpp3-reader</goal>
							<goal>xpp3-writer</goal>
							<goal>java</goal>
							<goal>xsd</goal>
							<goal>jsonschema</goal>
							<goal>dom4j-reader</goal>
							<goal>dom4j-writer</goal>
							<goal>snakeyaml-reader</goal>
							<goal>snakeyaml-writer</goal>
							<!-- <goal>stax-reader</goal> <goal>stax-writer</goal> <goal>xdoc</goal> 
								<goal>jackson-writer</goal> <goal>jackson-reader</goal> <goal>xpp3-extended-reader</goal> -->
						</goals>
						<inherited>false</inherited>
						<configuration>
							<models>
								<model>src/main/resources/META-INF/modello/com/deliver8r/aws/AWS.mdo</model>
							</models>
							<version>1.0.0</version>
							<useJava5>true</useJava5>
						</configuration>
					</execution>
				</executions>
				<dependencies>
					<dependency>
						<groupId>org.codehaus.modello</groupId>
						<artifactId>modello-plugin-dom4j</artifactId>
						<version>${modello.maven.plugin.version}</version>
					</dependency>
					<dependency>
						<groupId>org.codehaus.modello</groupId>
						<artifactId>modello-plugin-snakeyaml</artifactId>
						<version>${modello.maven.plugin.version}</version>
					</dependency>
					<dependency>
						<groupId>org.codehaus.modello</groupId>
						<artifactId>modello-plugin-xdoc</artifactId>
						<version>${modello.maven.plugin.version}</version>
					</dependency>
					<dependency>
						<groupId>org.codehaus.modello</groupId>
						<artifactId>modello-plugin-jsonschema</artifactId>
						<version>${modello.maven.plugin.version}</version>
					</dependency>
				</dependencies>
			</plugin>

		</plugins>
	</build>
</project>
