<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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>net.israfil.mojo</groupId>
		<artifactId>israfil-mojo-all</artifactId>
		<version>7</version>
	</parent>
	<groupId>net.israfil.mojo</groupId>
	<artifactId>maven-flex2-plugin-support</artifactId>
	<version>1.0</version>
	<packaging>maven-plugin</packaging>
	<name>Flex 2.0 maven plugin support classes</name>
	<inceptionYear>2007</inceptionYear>
	<description>
		Classes to support the operation of the maven-flex2-plugin
	</description>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-utils</artifactId>
			<version>1.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.israfil.foundation</groupId>
			<artifactId>israfil-foundation-core-jdk1.4</artifactId>
			<version>0.9.10</version>
		</dependency>
	</dependencies>
	<reporting>
		<plugins>
			<plugin>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>jxr-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>surefire-report-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>taglist-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</reporting>

  <scm>
    <connection>scm:svn:http://israfil-mojo.googlecode.com/svn/tags/maven-flex2-plugin-support-1.0</connection>
    <developerConnection>scm:svn:https://israfil-mojo.googlecode.com/svn/tags/maven-flex2-plugin-support-1.0</developerConnection>
    <url>http://israfil-mojo.googlecode.com/svn/tags/maven-flex2-plugin-support-1.0</url>
  </scm>
</project>
