<?xml version="1.0" encoding="UTF-8"?>

<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/xsd/maven-4.0.0.xsd">

    <parent>
        <groupId>org.richfaces</groupId>
        <artifactId>richfaces-parent</artifactId>
        <version>10</version>
        <relativePath>build/parent/pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.richfaces</groupId>
    <artifactId>richfaces-root-aggregator</artifactId>
    <version>4.0.0.20100826-M2</version>
    <packaging>pom</packaging>
    <name>Richfaces Aggregator</name>

    <modules>
        <module>bom</module>
        <module>parent</module>
        <module>core</module>
        <module>cdk</module>

        <!-- richfaces ui -->
        <module>ui</module>

        <!-- Remaining -->
        <module>archetypes</module>
        <module>examples</module>
        <!--<module>docs</module>-->
    </modules>

    <build>
        <plugins>
            <!-- To trigger the release -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>bootstrap</id>
            <modules>
                <module>build/parent</module>
                <module>build/checkstyle</module>
                <module>build/faces-shade-transformers</module>
            </modules>
        </profile>
        <profile>
            <id>release</id>
            <modules>
                <module>dist</module>
            </modules>
        </profile>
    </profiles>

    <scm>
        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100826-M2</connection>
        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100826-M2</developerConnection>
        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100826-M2</url>
    </scm>
</project>
