<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-test</artifactId>
  <name>Tapestry Test</name>
  <version>4.1</version>
  <description>Tapestry Test Utilities</description>
  <url>http://tapestry.apache.org/tapestry-test/</url>
  <issueManagement>
    <system>jira</system>
    <url>http://issues.apache.org/jira/browse/TAPESTRY</url>
  </issueManagement>
  <inceptionYear>2006</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Tapestry User List</name>
      <subscribe>tapestry-users-subscribe@tapestry.apache.org</subscribe>
      <unsubscribe>tapestry-users-unsubscribe@tapestry.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/tapestry-users/</archive>
    </mailingList>
    <mailingList>
      <name>Tapestry Developer List</name>
      <subscribe>tapestry-dev-subscribe@tapestry.apache.org</subscribe>
      <unsubscribe>tapestry-dev-unsubscribe@tapestry.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/tapestry-dev/</archive>
    </mailingList>
    <mailingList>
      <name>Tapestry Commits List</name>
      <subscribe>tapestry-commits-subscribe@tapestry.apache.org</subscribe>
      <unsubscribe>tapestry-commits-unsubscribe@tapestry.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/tapestry-commits/</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>hls</id>
      <name>Howard M. Lewis Ship</name>
      <email>hlship@apache.org</email>
      <url>http://howardlewisship.com</url>
      <roles>
        <role>Menace</role>
      </roles>
      <timezone>5</timezone>
    </developer>
    <developer>
      <id>jk</id>
      <name>Jesse Kuhnert</name>
      <email>jkuhnert@apache.org</email>
      <url>http://blog.opencomponentry.com</url>
      <roles>
        <role>Developer</role>
      </roles>
      <timezone>8</timezone>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Apache Software License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk/</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/tapestry/tapestry-test/trunk</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <resources>
      <resource>
        <directory>src/java</directory>
        <includes>
          <include>**/*</include>
        </includes>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.1-SNAPSHOT</version>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <inherited>true</inherited>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.0</version>
        <inherited>true</inherited>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <id>apache.snapshots</id>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </repository>
    <repository>
      <id>tapestry.javaforge</id>
      <url>http://howardlewisship.com/repository</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>apache.snapshots</id>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </pluginRepository>
    <pluginRepository>
      <id>tapestry.javaforge</id>
      <url>http://howardlewisship.com/repository</url>
    </pluginRepository>
  </pluginRepositories>
  <dependencies>
    <dependency>
      <groupId>org.apache.tapestry</groupId>
      <artifactId>tapestry-framework</artifactId>
      <version>4.1</version>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>javassist</artifactId>
      <version>3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>hivemind</groupId>
      <artifactId>hivemind</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>hivemind</groupId>
      <artifactId>hivemind-lib</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>oro</groupId>
      <artifactId>oro</artifactId>
      <version>2.0.8</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymockclassextension</artifactId>
      <version>2.2</version>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>4.7</version>
      <classifier>jdk15</classifier>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>ognl</groupId>
      <artifactId>ognl</artifactId>
      <version>2.6.7</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
      <version>1.1</version>
    </dependency>
    <dependency>
      <groupId>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.7.0</version>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.1</version>
    </dependency>
    <dependency>
      <groupId>com.javaforge.tapestry</groupId>
      <artifactId>tapestry-testng</artifactId>
      <version>0.0.1</version>
      <exclusions>
        <exclusion>
          <artifactId>tapestry</artifactId>
          <groupId>tapestry</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>tapestry-repo</id>
      <url>scp://apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
    </repository>
    <snapshotRepository>
      <id>tapestry-snapshot-repo</id>
      <url>scp://apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    </snapshotRepository>
    <site>
      <id>tapestry</id>
      <url>scp://apache.org/www/tapestry.apache.org/tapestry-test/</url>
    </site>
    <status>deployed</status>
  </distributionManagement>
</project>