<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>
   <groupId>org.jboss.weld.servlet</groupId>
   <artifactId>weld-servlet-parent</artifactId>
   <packaging>pom</packaging>
   
   <parent>
      <groupId>org.jboss.weld</groupId>
      <artifactId>weld-extensions-parent</artifactId>
      <version>1.0.0-CR2</version>
      <relativePath>../parent/pom.xml</relativePath>
  </parent>

   <name>Weld Servlet support build aggregator</name>
   <url>http://www.seamframework.org/Weld</url>
   
   <modules>
      <module>int</module>
      <module>build</module>
      <module>support</module>
      <module>tests</module>
   </modules>
   
   <issueManagement>
      <system>JIRA</system>
      <url>https://jira.jboss.org/jira/browse/WELDX/component/12312750</url>
   </issueManagement>

   <description>
      Support for Weld in Servlet Containers
   </description>

   <developers>
      <developer>
         <name>Pete Muir</name>
         <roles>
            <role>Project Lead</role>
         </roles>
         <email>pete.muir@jboss.org</email>
         <organization>Red Hat, Inc.</organization>
         <url>http://in.relation.to/Bloggers/Pete</url>
      </developer>
      <developer>
         <name>Dan Allen</name>
         <organization>Red Hat, Inc.</organization>
         <url>http://in.relation.to/Bloggers/Dan</url>
      </developer>
   </developers>
   
</project>
