<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.picketlink</groupId>
      <artifactId>picketlink-fed-parent</artifactId>
      <version>2.0.2.Final</version>
      <relativePath>parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.picketlink</groupId>
   <artifactId>picketlink-fed-pom</artifactId>
   <packaging>pom</packaging>
   <name>PicketLink Federation- Aggregator</name>
   <url>http://labs.jboss.org/portal/picketlink/</url>
   <description>PicketLink Federation is the federated identity project for JEMS projects</description>

   <modules>
     <module>parent</module>
     <module>picketlink-xmlsec-model</module>
     <module>picketlink-fed-model</module>
     <module>picketlink-fed-core</module>
     <module>picketlink-fed-api</module>
     <module>picketlink-web</module>
     <module>picketlink-bindings</module>
     <module>picketlink-bindings-jboss</module>
     <module>picketlink-webapps</module>
     <module>assembly</module>
   </modules>

   <reporting>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <aggregate>true</aggregate>
         </configuration>
        </plugin>
     </plugins>
   </reporting>

</project>
