blob: 1a89b907fbd8c66f47ec46020f78a037a85c2e38 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project>
<pomVersion>3</pomVersion>
<name>Commons Pool</name>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<inceptionYear>2001</inceptionYear>
<currentVersion>1.4</currentVersion>
<shortDescription>Commons Object Pooling Library</shortDescription>
<description>Commons Object Pooling Library</description>
<logo>/images/pool-logo-white.png</logo>
<url>http://commons.apache.org/pool/</url>
<package>org.apache.commons.pool</package>
<organization>
<name>The Apache Software Foundation</name>
<url>http://commons.apache.org/</url>
<logo>http://commons.apache.org/images/logo.png</logo>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<gumpRepositoryId>commons</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/commons.apache.org/pool/</siteDirectory>
<distributionDirectory>/www/people.apache.org/builds/commons/pool/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/pool/trunk</connection>
<url>http://svn.apache.org/repos/asf/commons/proper/pool/trunk</url>
</repository>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>dev-subscribe@commons.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>user-subscribe@commons.apache.org</subscribe>
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList>
</mailingLists>
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>POOL_1_0</tag>
</version>
<version>
<id>1.0.1</id>
<name>1.0.1</name>
<tag>POOL_1_0_1</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>POOL_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>POOL_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>POOL_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>POOL_1_4</tag>
</version>
</versions>
<developers>
<developer>
<name>Morgan Delagrange</name>
<id>morgand</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>Geir Magnusson</name>
<id>geirm</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>Craig McClanahan</name>
<id>craigmcc</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>Rodney Waldhoff</name>
<id>rwaldhoff</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>David Weinrich</name>
<id>dweinr1</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>Dirk Verbeeck</name>
<id>dirkv</id>
<email></email>
<organization></organization>
</developer>
<developer>
<name>Robert Burrell Donkin</name>
<id>rdonkin</id>
<email></email>
<organization>Apache Software Foundation</organization>
</developer>
<developer>
<name>Sandy McArthur</name>
<id>sandymac</id>
<email></email>
<organization>Apache Software Foundation</organization>
</developer>
<developer>
<name>Phil Steitz</name>
<id>psteitz</id>
<email></email>
<organization>Apache Software Foundation</organization>
</developer>
</developers>
<contributors>
<contributor>
<name>Todd Carmichael</name>
<email>toddc@concur.com</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<properties>
<comment>Only required to run unit tests</comment>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-jdiff-plugin</artifactId>
<version>1.5</version>
<url>http://maven.apache.org/maven-1.x/plugins/jdiff/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.5 (minimum)
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>1.6</version>
<url>http://maven.apache.org/maven-1.x/plugins/changes/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.6 (minimum)
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>1.8</version>
<url>http://maven.apache.org/maven-1.x/plugins/javadoc/</url>
<type>plugin</type>
<properties>
<comment>&lt;b&gt;Site&lt;/b&gt; only</comment>
</properties>
</dependency>
</dependencies>
<build>
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>org/apache/commons/pool/TestBaseObjectPool.java</include>
<include>org/apache/commons/pool/TestBaseKeyedObjectPool.java</include>
<include>org/apache/commons/pool/TestBasePoolableObjectFactory.java</include>
<include>org/apache/commons/pool/TestBaseKeyedPoolableObjectFactory.java</include>
<include>org/apache/commons/pool/TestPoolUtils.java</include>
<include>org/apache/commons/pool/impl/TestStackObjectPool.java</include>
<include>org/apache/commons/pool/impl/TestStackKeyedObjectPool.java</include>
<include>org/apache/commons/pool/impl/TestGenericObjectPool.java</include>
<include>org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java</include>
<include>org/apache/commons/pool/impl/TestSoftReferenceObjectPool.java</include>
<!--<include>org/apache/commons/pool/impl/TestSoftRefOutOfMemory.java</include>-->
<include>org/apache/commons/pool/impl/TestGenericObjectPoolFactory.java</include>
<include>org/apache/commons/pool/impl/TestStackObjectPoolFactory.java</include>
<include>org/apache/commons/pool/impl/TestGenericKeyedObjectPoolFactory.java</include>
<include>org/apache/commons/pool/impl/TestStackKeyedObjectPoolFactory.java</include>
<include>org/apache/commons/pool/composite/TestFifoLender.java</include>
<include>org/apache/commons/pool/composite/TestIdleEvictorLender.java</include>
<include>org/apache/commons/pool/composite/TestInvalidEvictorLender.java</include>
<include>org/apache/commons/pool/composite/TestLifoLender.java</include>
<include>org/apache/commons/pool/composite/TestNullLender.java</include>
<include>org/apache/commons/pool/composite/TestSoftLender.java</include>
<include>org/apache/commons/pool/composite/TestFailManager.java</include>
<include>org/apache/commons/pool/composite/TestGrowManager.java</include>
<include>org/apache/commons/pool/composite/TestIdleLimitManager.java</include>
<include>org/apache/commons/pool/composite/TestFailLimitManager.java</include>
<include>org/apache/commons/pool/composite/TestWaitLimitManager.java</include>
<include>org/apache/commons/pool/composite/TestNullTracker.java</include>
<include>org/apache/commons/pool/composite/TestReferenceTracker.java</include>
<include>org/apache/commons/pool/composite/TestDebugTracker.java</include>
<include>org/apache/commons/pool/composite/TestSimpleTracker.java</include>
<include>org/apache/commons/pool/composite/TestCompositeObjectPool.java</include>
<include>org/apache/commons/pool/composite/TestCompositeKeyedObjectPool.java</include>
<include>org/apache/commons/pool/composite/TestCompositeKeyedObjectPool2.java</include>
<include>org/apache/commons/pool/composite/TestCompositeKeyedObjectPoolFactory.java</include>
</includes>
</unitTest>
<resources>
<resource>
<directory>${basedir}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>NOTICE.txt</include>
</includes>
</resource>
</resources>
</build>
<reports>
<report>maven-javadoc-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-jdiff-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
</reports>
</project>