<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>com.googlecode.the-fascinator</groupId>
    <artifactId>organisation</artifactId>
    <packaging>pom</packaging>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    <name>The Fascinator Project</name>
    <version>1.0.4</version>
    <description>This Maven project provides a central point for information regarding The Fascinator and its many works.</description>
    <licenses>
        <license>
            <name>GNU GENERAL PUBLIC LICENSE V2</name>
            <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
        </license> 
    </licenses>
    <url>https://sites.google.com/site/fascinatorhome/</url>
    <issueManagement>
        <system>GitHub</system>
        <url>https://github.com/the-fascinator/the-fascinator-meta/issues</url>
    </issueManagement>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <jdk-version>1.6</jdk-version>
    </properties>
    <scm>
        <url>https://github.com/the-fascinator/the-fascinator-meta</url>
        <developerConnection>scm:git:https://github.com/the-fascinator/the-fascinator-meta.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>dickinso</id>
            <name>Duncan Dickinson</name>
            <url>http://duncan.dickinson.name</url>
            <roles>
                <role>Project Manager</role>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>dye</id>
            <name>Bronwyn Chandler</name>
            <roles>
                <role>Project Manager</role>
            </roles>
        </developer>
        <developer>
            <id>octalina</id>
            <name>Linda Octalina</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>lucido</id>
            <name>Oliver Lucido</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>sefton</id>
            <name>Peter Sefton</name>
            <url>http://ptsefton.com/</url>
            <roles>
                <role>Manager</role>
                <role>Consultant</role>
                <role>Tester</role>
            </roles>
        </developer>
        <developer>
            <id>ward</id>
            <name>Ron Ward</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>pendlebu</id>
            <name>Greg Pendlebury</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>brazzata</id>
            <name>Andrew Brazzatti</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>shilob</id>
            <name>Shilo Banihit</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
        <developer>
            <id>mattredbox</id>
            <name>Matt Mulholland</name>
            <roles>
                <role>Developer</role>
            </roles>
        </developer>
    </developers>
    <inceptionYear>2009</inceptionYear>
    <mailingLists>
        <mailingList>
            <name>Developer List</name>
            <post>the-fascinator-dev@googlegroups.com</post>
            <archive>http://groups.google.com/group/the-fascinator-dev</archive>
        </mailingList>
    </mailingLists>
    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>2.5.1</version>
                    <configuration>
                        <source>${jdk-version}</source>
                        <target>${jdk-version}</target>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>3.1</version>
                    <configuration>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-site-plugin</artifactId>
                            <version>3.1</version>
                            <configuration>
                                <plugin>
                                    <groupId>org.apache.maven.plugins</groupId>
                                    <artifactId>maven-project-info-reports-plugin</artifactId>
                                    <reportSets>
                                        <reportSet>
                                            <reports>
                                                <report>index</report>
                                                <report>project-team</report>
                                                <report>mailing-list</report>
                                                <report>cim</report>
                                                <report>issue-tracking</report>
                                                <report>license</report>
                                                <report>scm</report>
                                                <report>summary</report>
                                                <report>modules</report>
                                            </reports>
                                        </reportSet>
                                    </reportSets>
                                </plugin>
                                <plugin>
                                    <groupId>org.apache.maven.plugins</groupId>
                                    <artifactId>maven-javadoc-plugin</artifactId>
                                    <reportSets>
                                        <reportSet>
                                            <id>default</id>
                                            <reports>
                                                <report>javadoc</report>
                                            </reports>
                                        </reportSet>
                                        <reportSet>
                                            <reports>
                                                <report>aggregate</report>
                                            </reports>
                                        </reportSet>
                                    </reportSets>
                                </plugin>
                            </configuration>
                        </plugin>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-project-info-reports-plugin</artifactId>
                    <version>2.4</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <version>2.8.1</version>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>2.12</version>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>4.10</version>
                <scope>test</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <repositories>
        <!-- Snapshots are not synched with Maven central -->
        <repository>
            <id>fascinator-snapshots</id>
            <url>http://dev.redboxresearchdata.com.au/nexus/content/repositories/central-snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>redbox-nexus</id>
            <url>http://dev.redboxresearchdata.com.au/nexus/content/groups/public/</url>
        </repository>
    </repositories>

</project>