2002-07-23 12:41:11 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2004-02-19 16:41:04 -05:00
|
|
|
<!--
|
2006-11-29 02:41:17 -05:00
|
|
|
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
|
2004-02-19 16:41:04 -05:00
|
|
|
|
|
|
|
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.
|
|
|
|
-->
|
2002-07-23 12:41:11 -04:00
|
|
|
<project>
|
2004-04-09 15:58:06 -04:00
|
|
|
<pomVersion>3</pomVersion>
|
2006-11-25 14:01:23 -05:00
|
|
|
<groupId>commons-collections</groupId>
|
2005-10-14 09:34:14 -04:00
|
|
|
<artifactId>commons-collections</artifactId>
|
2006-05-14 18:54:04 -04:00
|
|
|
<currentVersion>3.3-SNAPSHOT</currentVersion>
|
2002-10-31 11:19:54 -05:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2004-04-09 15:58:06 -04:00
|
|
|
<name>Collections</name>
|
2002-07-23 12:41:11 -04:00
|
|
|
<shortDescription>Commons Collections</shortDescription>
|
2004-02-27 19:14:14 -05:00
|
|
|
<description>Types that extend and augment the Java Collections Framework.</description>
|
2004-04-09 15:58:06 -04:00
|
|
|
<logo>/images/logo.png</logo>
|
|
|
|
|
2007-07-27 13:52:04 -04:00
|
|
|
<url>http://commons.apache.org/collections/</url>
|
2005-11-13 10:07:51 -05:00
|
|
|
<package>org.apache.commons.collections</package>
|
2004-04-09 15:58:06 -04:00
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>The Apache Software Foundation</name>
|
2007-07-27 13:52:04 -04:00
|
|
|
<url>http://commons.apache.org/</url>
|
|
|
|
<logo>http://commons.apache.org/images/logo.png</logo>
|
2004-04-09 15:58:06 -04:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
<url>/LICENSE.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2007-07-27 13:52:04 -04:00
|
|
|
<gumpRepositoryId>commons</gumpRepositoryId>
|
2006-05-16 01:48:03 -04:00
|
|
|
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
2005-11-13 10:07:51 -05:00
|
|
|
<siteAddress>people.apache.org</siteAddress>
|
2007-07-27 13:52:04 -04:00
|
|
|
<siteDirectory>/www/commons.apache.org/collections/</siteDirectory>
|
|
|
|
<distributionDirectory>/www/people.apache.org/builds/commons/collections/</distributionDirectory>
|
2004-04-09 15:58:06 -04:00
|
|
|
|
|
|
|
<repository>
|
2007-07-27 13:52:04 -04:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
|
|
|
<url>http://svn.apache.org/repos/asf/commons/proper/collections/trunk</url>
|
2004-04-09 15:58:06 -04:00
|
|
|
</repository>
|
2002-07-23 12:41:11 -04:00
|
|
|
|
2004-04-09 15:58:06 -04:00
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Commons Dev List</name>
|
2007-07-27 13:52:04 -04:00
|
|
|
<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>
|
2004-04-09 15:58:06 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Commons User List</name>
|
2007-07-27 13:52:04 -04:00
|
|
|
<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>
|
2004-04-09 15:58:06 -04:00
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
2005-11-22 18:20:35 -05:00
|
|
|
<versions>
|
|
|
|
<version>
|
|
|
|
<id>1.0</id>
|
|
|
|
<name>1.0</name>
|
|
|
|
<tag>COLLECTIONS_1_0</tag>
|
|
|
|
</version>
|
|
|
|
<version>
|
|
|
|
<id>2.0</id>
|
|
|
|
<name>2.0</name>
|
|
|
|
<tag>COLLECTIONS_2_0</tag>
|
|
|
|
</version>
|
|
|
|
<version>
|
|
|
|
<id>2.1</id>
|
|
|
|
<name>2.1</name>
|
|
|
|
<tag>COLLECTIONS_2_1</tag>
|
|
|
|
</version>
|
|
|
|
<version>
|
|
|
|
<id>2.1.1</id>
|
|
|
|
<name>2.1.1</name>
|
|
|
|
<tag>COLLECTIONS_2_1_1</tag>
|
|
|
|
</version>
|
|
|
|
<version>
|
|
|
|
<id>3.0</id>
|
|
|
|
<name>3.0</name>
|
|
|
|
<tag>COLLECTIONS_3_0</tag>
|
|
|
|
</version>
|
|
|
|
<version>
|
|
|
|
<id>3.1</id>
|
|
|
|
<name>3.1</name>
|
|
|
|
<tag>COLLECTIONS_3_1</tag>
|
|
|
|
</version>
|
2006-05-14 18:54:04 -04:00
|
|
|
<version>
|
|
|
|
<id>3.2</id>
|
|
|
|
<name>3.2</name>
|
|
|
|
<tag>COLLECTIONS_3_2</tag>
|
|
|
|
</version>
|
2005-11-22 18:20:35 -05:00
|
|
|
</versions>
|
|
|
|
|
2002-07-23 12:41:11 -04:00
|
|
|
<developers>
|
2002-10-27 09:24:43 -05:00
|
|
|
<developer>
|
|
|
|
<name>Stephen Colebourne</name>
|
2003-04-17 09:21:41 -04:00
|
|
|
<id>scolebourne</id>
|
2002-10-27 09:24:43 -05:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2002-07-23 12:41:11 -04:00
|
|
|
<developer>
|
|
|
|
<name>Morgan Delagrange</name>
|
2003-04-17 09:21:41 -04:00
|
|
|
<id>morgand</id>
|
2002-07-23 12:41:11 -04:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2003-11-06 21:26:12 -05:00
|
|
|
<developer>
|
|
|
|
<name>Matthew Hawthorne</name>
|
|
|
|
<id>matth</id>
|
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2002-07-23 12:41:11 -04:00
|
|
|
<developer>
|
|
|
|
<name>Geir Magnusson</name>
|
2003-04-17 09:21:41 -04:00
|
|
|
<id>geirm</id>
|
2002-07-23 12:41:11 -04:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Craig McClanahan</name>
|
2003-04-17 09:21:41 -04:00
|
|
|
<id>craigmcc</id>
|
2002-07-23 12:41:11 -04:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2003-11-06 21:26:12 -05:00
|
|
|
<developer>
|
|
|
|
<name>Phil Steitz</name>
|
|
|
|
<id>psteitz</id>
|
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2004-01-11 15:39:56 -05:00
|
|
|
<developer>
|
|
|
|
<name>Arun M. Thomas</name>
|
|
|
|
<id>amamment</id>
|
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2002-07-23 12:41:11 -04:00
|
|
|
<developer>
|
2002-10-31 11:19:54 -05:00
|
|
|
<name>Rodney Waldhoff</name>
|
|
|
|
<id>rwaldhoff</id>
|
2002-07-23 12:41:11 -04:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2002-10-27 09:24:43 -05:00
|
|
|
<developer>
|
|
|
|
<name>Henri Yandell</name>
|
2003-04-17 09:21:41 -04:00
|
|
|
<id>bayard</id>
|
2002-10-27 09:24:43 -05:00
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
2002-07-23 12:41:11 -04:00
|
|
|
</developer>
|
2005-05-25 22:16:24 -04:00
|
|
|
<developer>
|
|
|
|
<name>James Carman</name>
|
|
|
|
<id>jcarman</id>
|
|
|
|
<email></email>
|
|
|
|
<organization></organization>
|
|
|
|
</developer>
|
2005-11-21 15:36:21 -05:00
|
|
|
<developer>
|
|
|
|
<name>Robert Burrell Donkin</name>
|
|
|
|
<id>rdonkin</id>
|
|
|
|
</developer>
|
2002-07-23 12:41:11 -04:00
|
|
|
</developers>
|
|
|
|
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributors>
|
2004-07-17 17:40:48 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Rafael U. C. Afonso</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Max Rydahl Andersen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Federico Barbieri</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Arron Bates</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Nicola Ken Barozzi</name>
|
|
|
|
</contributor>
|
2005-10-11 17:09:15 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Sebastian Bazley</name>
|
|
|
|
</contributor>
|
2006-01-02 14:34:53 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Matt Benson</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Ola Berg</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Christopher Berry</name>
|
|
|
|
</contributor>
|
2005-12-18 14:05:31 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Nathan Beyer</name>
|
|
|
|
</contributor>
|
2004-01-01 19:05:56 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Janek Bogucki</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Chuck Burdick</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Dave Bryson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Julien Buret</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jonathan Carlson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ram Chidambaram</name>
|
|
|
|
</contributor>
|
2005-07-14 19:11:12 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Steve Clark</name>
|
|
|
|
</contributor>
|
2004-07-17 17:40:48 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Eric Crampton</name>
|
|
|
|
</contributor>
|
2005-03-22 18:17:21 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Dimiter Dimitrov</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Peter Donald</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Steve Downey</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Rich Dougherty</name>
|
|
|
|
</contributor>
|
2005-02-03 19:21:00 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Tom Dunham</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Stefano Fornari</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Andrew Freeman</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Gerhard Froehlich</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Paul Jack</name>
|
|
|
|
</contributor>
|
2003-10-10 17:12:41 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Eric Johnson</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Kent Johnson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Marc Johnson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Nissim Karpenstein</name>
|
|
|
|
</contributor>
|
2005-05-22 19:04:44 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Shinobu Kawai</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Mohan Kishore</name>
|
|
|
|
</contributor>
|
2003-09-27 06:54:06 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Simon Kitching</name>
|
|
|
|
</contributor>
|
2005-07-16 07:30:55 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Thomas Knych</name>
|
|
|
|
</contributor>
|
2006-05-06 12:13:26 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Serge Knystautas</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Peter KoBek</name>
|
|
|
|
</contributor>
|
2005-07-16 07:30:55 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jordan Krey</name>
|
|
|
|
</contributor>
|
2004-10-16 17:26:14 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Olaf Krische</name>
|
|
|
|
</contributor>
|
2005-05-07 13:26:58 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Guilhem Lavaux</name>
|
|
|
|
</contributor>
|
2005-05-15 14:30:49 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Paul Legato</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>David Leppik</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Berin Loritsch</name>
|
|
|
|
</contributor>
|
2006-07-13 18:05:01 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Hendrik Maryns</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Stefano Mazzocchi</name>
|
|
|
|
</contributor>
|
2003-11-06 21:26:12 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Brian McCallister</name>
|
|
|
|
</contributor>
|
2004-03-31 16:43:27 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Steven Melzer</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Leon Messerschmidt</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Mauricio S. Moura</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Kasper Nielsen</name>
|
|
|
|
</contributor>
|
2005-05-15 05:22:50 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Stanislaw Osinski</name>
|
|
|
|
</contributor>
|
2004-03-13 11:34:46 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Alban Peignier</name>
|
|
|
|
</contributor>
|
2004-04-20 19:35:07 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Mike Pettypiece</name>
|
|
|
|
</contributor>
|
2004-01-01 19:05:56 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Steve Phelps</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Ilkka Priha</name>
|
|
|
|
</contributor>
|
2004-06-21 18:30:05 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jonas Van Poucke</name>
|
|
|
|
</contributor>
|
2005-06-25 12:39:34 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Will Pugh</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Herve Quiroz</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Daniel Rall</name>
|
|
|
|
</contributor>
|
2006-01-25 19:10:43 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Robert Ribnitz</name>
|
|
|
|
</contributor>
|
2006-01-06 17:07:07 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Huw Roberts</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Henning P. Schmiedehausen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Howard Lewis Ship</name>
|
|
|
|
</contributor>
|
2003-12-29 09:56:21 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Joe Raysa</name>
|
|
|
|
</contributor>
|
2006-05-06 12:13:26 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Thomas Schapitz</name>
|
|
|
|
</contributor>
|
2004-04-27 16:00:18 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jon Schewe</name>
|
|
|
|
</contributor>
|
2005-07-16 07:17:02 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Andreas Schlosser</name>
|
|
|
|
</contributor>
|
2005-05-22 13:48:56 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Christian Siefkes</name>
|
|
|
|
</contributor>
|
2004-01-24 08:35:32 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Michael Smith</name>
|
|
|
|
</contributor>
|
2005-08-05 19:07:00 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Stephen Smith</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jan Sorensen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jon S. Stevens </name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>James Strachan</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Leo Sutic</name>
|
|
|
|
</contributor>
|
2004-11-11 19:03:43 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Chris Tilden</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Neil O'Toole</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jeff Turner</name>
|
|
|
|
</contributor>
|
2005-11-22 17:24:25 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Kazuya Ujihara</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jeff Varszegi</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ralph Wagner</name>
|
|
|
|
</contributor>
|
2004-01-24 08:35:32 -05:00
|
|
|
<contributor>
|
|
|
|
<name>David Weinrich</name>
|
|
|
|
</contributor>
|
2003-08-31 10:32:57 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Dieter Wimberger</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Serhiy Yevtushenko</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jason van Zyl</name>
|
|
|
|
</contributor>
|
|
|
|
</contributors>
|
|
|
|
|
2002-07-23 12:41:11 -04:00
|
|
|
<dependencies>
|
2006-03-14 17:56:32 -05:00
|
|
|
<dependency>
|
2005-10-14 09:34:14 -04:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2003-12-29 13:52:01 -05:00
|
|
|
<version>3.8.1</version>
|
2005-10-14 09:34:14 -04:00
|
|
|
<properties>
|
2006-03-14 17:56:32 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
<comment>
|
|
|
|
Required only for testing.
|
|
|
|
</comment>
|
2005-10-14 09:34:14 -04:00
|
|
|
</properties>
|
2006-03-14 17:56:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven-plugins</groupId>
|
|
|
|
<artifactId>maven-cobertura-plugin</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
|
|
|
|
<type>plugin</type>
|
|
|
|
<properties>
|
|
|
|
<scope>test</scope>
|
|
|
|
<comment>
|
|
|
|
Required only for generating test coverage reports.
|
|
|
|
</comment>
|
|
|
|
</properties>
|
|
|
|
</dependency>
|
2002-07-23 12:41:11 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2007-07-27 13:52:04 -04:00
|
|
|
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
|
2005-11-13 10:07:51 -05:00
|
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
|
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
|
|
<integrationUnitTestSourceDirectory/>
|
|
|
|
<aspectSourceDirectory/>
|
|
|
|
<unitTest>
|
|
|
|
<includes>
|
|
|
|
<include>org/apache/commons/collections/TestAllPackages.java</include>
|
|
|
|
</includes>
|
|
|
|
</unitTest>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>.</directory>
|
|
|
|
<targetPath>META-INF</targetPath>
|
|
|
|
<includes>
|
|
|
|
<include>NOTICE.txt</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
2002-07-23 12:41:11 -04:00
|
|
|
|
2003-08-31 10:32:57 -04:00
|
|
|
<reports>
|
2006-03-14 17:56:32 -05:00
|
|
|
<!--report>maven-changelog-plugin</report-->
|
|
|
|
<!--report>maven-changes-plugin</report-->
|
|
|
|
<!--report>maven-developer-activity-plugin</report-->
|
|
|
|
<!--report>maven-file-activity-plugin</report-->
|
2005-11-13 10:07:51 -05:00
|
|
|
<!--report>maven-checkstyle-plugin</report-->
|
|
|
|
<report>maven-javadoc-plugin</report>
|
|
|
|
<report>maven-jdepend-plugin</report>
|
|
|
|
<report>maven-junit-report-plugin</report>
|
|
|
|
<report>maven-jxr-plugin</report>
|
|
|
|
<report>maven-license-plugin</report>
|
2006-05-14 17:52:34 -04:00
|
|
|
<!--report>maven-cobertura-plugin</report>
|
|
|
|
<report>maven-jdiff-plugin</report-->
|
2003-08-31 10:32:57 -04:00
|
|
|
</reports>
|
|
|
|
|
2002-07-23 12:41:11 -04:00
|
|
|
</project>
|