<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- =======================================================================
         Project configuration file for the Geotools 2 project
         http://www.geotools.org/

         Version: $Id$
     ======================================================================= -->

<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>gt2</artifactId>
    <version>2.3.0-M1</version>
  </parent>


  <!-- ===================================================================== -->
  <!--     Module description                                                -->
  <!-- ===================================================================== -->
  <groupId>org.geotools</groupId>
  <artifactId>gt2-module</artifactId>
  <packaging>pom</packaging>
  <name>Geotools modules</name>
  <url>http://maven.geotools.fr/reports/module/</url>
  <scm>
    <connection>scm:svn:http://svn.geotools.org/geotools/tags/2.3.0-M1</connection>
    <url>http://svn.geotools.org/geotools/tags/2.3.0-M1</url>
  </scm>
  <description>
    Geotools core modules.
  </description>



  <!-- ===================================================================== -->
  <!--     Build configuration.                                              -->
  <!--     Copies all JARs in a single directory.                            -->
  <!-- ===================================================================== -->
  <build>
    <plugins>
      <plugin>
        <groupId>org.geotools</groupId>
        <artifactId>gt2-jar-collector</artifactId>
        <version>${project.version}</version>
        <executions>
          <execution>
            <goals>
              <goal>collect</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>



  <!-- ===================================================================== -->
  <!--     Modules included in the build in approximative dependency order   -->
  <!-- ===================================================================== -->
  <modules>
    <module>referencing</module>
    <module>coverage</module>
    <module>api</module>
    <module>main</module>
    <module>sample-data</module>
    <module>render</module>
    <module>svgsupport</module>
  </modules>

</project>
