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

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.geotools</groupId>
        <artifactId>unsupported</artifactId>
        <version>8.8-ENTERPRISE</version>
    </parent>

    <groupId>org.geotools</groupId>
    <artifactId>app-schema-unsupported</artifactId>
    <packaging>pom</packaging>
    <name>Application Schema Support (Unsupported Modules)</name>

    <scm>
        <connection>scm:svn:http://svn.osgeo.org/geotools/trunk/modules/unsupported/app-schema</connection>
        <url>http://svn.osgeo.org/geotools/trunk/modules/unsupported/app-schema</url>
    </scm>

    <description>Modules to support creation of complex feature types defined in a GML application schema (unsupported modules)</description>

    <developers>
        <developer>
            <name>Ben Caradoc-Davies</name>
            <id>bencaradocdavies</id>
            <email>Ben.Caradoc-Davies@csiro.au</email>
            <organization>CSIRO Earth Science and Resource Engineering</organization>
            <roles>
                <role>Module Maintainer</role>
                <role>Java Developer</role>
            </roles>
            <timezone>8</timezone>
        </developer>
        <developer>
            <name>Rini Angreani</name>
            <id>ang05a</id>
            <email>Rini.Angreani@csiro.au</email>
            <organization>CSIRO Earth Science and Resource Engineering</organization>
            <roles>
                <role>Module Maintainer</role>
                <role>Java Developer</role>
            </roles>
            <timezone>8</timezone>
        </developer>
    </developers>

    <profiles>
        <profile>
            <id>webservice</id>
            <modules>
                <module>webservice</module>
            </modules>
        </profile>
    </profiles>

</project>
