<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>org.jboss.profileservice</groupId>
		<artifactId>jboss-profileservice-parent</artifactId>
		<version>0.2.2</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.jboss.profileservice</groupId>
	<artifactId>jboss-profileservice-spi</artifactId>
	<version>0.2.2</version>
	<packaging>jar</packaging>
	<name>JBoss ProfileService SPI</name>
	<url>http://www.jboss.org/jbossas</url>
	<description>JBoss ProfileService SPI</description>

	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.5</version>
				<configuration>
					<doclet>net.gleamynode.apiviz.APIviz</doclet>
					<docletArtifact>
						<groupId>org.jboss.apiviz</groupId>
						<artifactId>apiviz</artifactId>
						<version>1.2.5.GA</version>
					</docletArtifact>
					<doctitle><![CDATA[ProfileService SPI ]]>${version}</doctitle>
					<header><![CDATA[ProfileService SPI ]]>${version}</header>
					<footer><![CDATA[ProfileService SPI ]]>${version}</footer>
					<bottom><![CDATA[<i>Copyright &#169; 2010 JBoss, by Red Hat</i>]]></bottom>
					<links>
						<link>http://java.sun.com/javase/6/docs/api/</link>
					</links>
				</configuration>
			</plugin>
		</plugins>
	</reporting>

	<dependencies>
		<dependency>
			<groupId>org.jboss.man</groupId>
			<artifactId>jboss-managed</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.jboss.man</groupId>
			<artifactId>jboss-metatype</artifactId>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.jboss</groupId>
			<artifactId>jboss-vfs</artifactId>
			<scope>provided</scope>
		</dependency>
		<!-- jboss-man depends on reflect, so we can depend on it as well -->
		<dependency>
			<groupId>org.jboss</groupId>
			<artifactId>jboss-reflect</artifactId>
			<scope>provided</scope>
		</dependency>
	</dependencies>

</project>
