<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>org.modeshape</groupId>
		<artifactId>modeshape-parent</artifactId>
		<version>3.0.0.Beta2</version>
		<relativePath>../../modeshape-parent/pom.xml</relativePath>
	</parent>
	<packaging>pom</packaging>
	<artifactId>modeshape-jbossas7</artifactId>
	<name>ModeShape JBoss Deployment Components</name>
	<url>http://www.modeshape.org</url>
	<description>Builds the ModeShape components that can be deployed to JBoss</description>
	
	<modules>
		<module>modeshape-jbossas-subsystem</module>
		<module>modeshape-jbossas-web-rest-war</module>
		<module>modeshape-jbossas-web-webdav-war</module>
		<!-- <module>modeshape-jbossas-console</module> -->
	</modules>

</project>