<?xml version="1.0" encoding="UTF-8"?>
  <!--
  vi:ts=2:sw=2:expandtab:
-->
  <!-- 

  JBoss Embedded APIs for AS Aggregator POM
  
-->
<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 -->
  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>5</version>
  </parent>

  <!-- Model Information -->
  <modelVersion>4.0.0</modelVersion>

  <!-- Artifact Information  -->
  <groupId>org.jboss.embedded</groupId>
  <artifactId>jboss-embedded-parent</artifactId>
  <version>1.0.0-alpha-3</version>
  <packaging>pom</packaging>
  <name>JBossAS Embedded Aggregator</name>
  <url>http://www.jboss.org</url>
  <description>JBossAS Embedded Aggregator</description>

  <!-- Build Configuration -->
  <build>

  </build>

  <!-- Aggregate Modules -->
  <modules>
    <module>api</module>
    <module>build</module>
    <module>core</module>
  </modules>

</project>
