<?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">
  <parent>
    <artifactId>gt2-maven</artifactId>
    <groupId>org.geotools</groupId>
    <version>2.2-JS15-RC5-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-jar-collector</artifactId>
  <packaging>maven-plugin</packaging>
  <name>JAR files collector</name>
  <version>2.2-JS15-RC5-SNAPSHOT</version>
  <description>Copy all JAR files (including dependencies) in the target directory
    of the parent project descriptor.</description>
  <url>http://maven.geotools.fr/reports/jar-collector</url>
  <developers>
    <developer>
      <id>desruisseaux</id>
      <name>Martin Desruisseaux</name>
      <email>desruisseaux@users.sourceforge.net</email>
      <organization>Institut de Recherche pour le D�veloppement (IRD)</organization>
      <roles>
        <role>Java Developer</role>
        <role>Project Management Committee (PMC) Member</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/maven/jar-collector</connection>
    <url>http://svn.geotools.org/geotools/branches/2.2.x/maven/jar-collector</url>
    <developerConnection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/gt2-maven/gt2-jar-collector</developerConnection>
  </scm>
</project>