518 lines
14 KiB
XML
518 lines
14 KiB
XML
<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>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-parent</artifactId>
|
|
<version>12</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
<version>3.3-SNAPSHOT</version>
|
|
<name>Commons Collections</name>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
<description>Types that extend and augment the Java Collections Framework.</description>
|
|
|
|
<url>http://commons.apache.org/collections/</url>
|
|
|
|
<issueManagement>
|
|
<system>jira</system>
|
|
<url>http://issues.apache.org/jira/browse/COLLECTIONS</url>
|
|
</issueManagement>
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
|
|
<url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
|
|
</scm>
|
|
|
|
<developers>
|
|
<developer>
|
|
<name>Stephen Colebourne</name>
|
|
<id>scolebourne</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Morgan Delagrange</name>
|
|
<id>morgand</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Matthew Hawthorne</name>
|
|
<id>matth</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Geir Magnusson</name>
|
|
<id>geirm</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Craig McClanahan</name>
|
|
<id>craigmcc</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Phil Steitz</name>
|
|
<id>psteitz</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Arun M. Thomas</name>
|
|
<id>amamment</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Rodney Waldhoff</name>
|
|
<id>rwaldhoff</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Henri Yandell</name>
|
|
<id>bayard</id>
|
|
</developer>
|
|
<developer>
|
|
<name>James Carman</name>
|
|
<id>jcarman</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Robert Burrell Donkin</name>
|
|
<id>rdonkin</id>
|
|
</developer>
|
|
<developer>
|
|
<name>Matt Benson</name>
|
|
<id>mbenson</id>
|
|
</developer>
|
|
</developers>
|
|
|
|
<contributors>
|
|
<contributor>
|
|
<name>Rafael U. C. Afonso</name>
|
|
</contributor>
|
|
<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>
|
|
<contributor>
|
|
<name>Sebastian Bazley</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Benjamin Bentmann</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Ola Berg</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Christopher Berry</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Nathan Beyer</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Janek Bogucki</name>
|
|
</contributor>
|
|
<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>
|
|
<contributor>
|
|
<name>Steve Clark</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Eric Crampton</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Dimiter Dimitrov</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Peter Donald</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Steve Downey</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Rich Dougherty</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Tom Dunham</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Stefano Fornari</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Andrew Freeman</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Gerhard Froehlich</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Paul Jack</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Eric Johnson</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Kent Johnson</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Marc Johnson</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Nissim Karpenstein</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Shinobu Kawai</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Mohan Kishore</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Simon Kitching</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Thomas Knych</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Serge Knystautas</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Peter KoBek</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jordan Krey</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Olaf Krische</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Guilhem Lavaux</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Paul Legato</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>David Leppik</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Berin Loritsch</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Hendrik Maryns</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Stefano Mazzocchi</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Brian McCallister</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>David Meikle</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Steven Melzer</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Leon Messerschmidt</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Mauricio S. Moura</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Kasper Nielsen</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Stanislaw Osinski</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Alban Peignier</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Mike Pettypiece</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Steve Phelps</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Ilkka Priha</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jonas Van Poucke</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Will Pugh</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Herve Quiroz</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Daniel Rall</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Robert Ribnitz</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Huw Roberts</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Henning P. Schmiedehausen</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Howard Lewis Ship</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Joe Raysa</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Thomas Schapitz</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jon Schewe</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Andreas Schlosser</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Christian Siefkes</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Michael Smith</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Stephen Smith</name>
|
|
</contributor>
|
|
<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>
|
|
<contributor>
|
|
<name>Chris Tilden</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Neil O'Toole</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jeff Turner</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Kazuya Ujihara</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jeff Varszegi</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Ralph Wagner</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>David Weinrich</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Dieter Wimberger</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Serhiy Yevtushenko</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jason van Zyl</name>
|
|
</contributor>
|
|
</contributors>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.3.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>easymock</groupId>
|
|
<artifactId>easymock</artifactId>
|
|
<version>2.0</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<maven.compile.source>1.5</maven.compile.source>
|
|
|
|
<maven.compile.target>1.5</maven.compile.target>
|
|
<commons.componentid>collections</commons.componentid>
|
|
<commons.release.version>3.3</commons.release.version>
|
|
<commons.osgi.symbolicName>org.apache.commons.collections</commons.osgi.symbolicName>
|
|
<commons.jira.id>COLLECTIONS</commons.jira.id>
|
|
<commons.jira.pid>12310465</commons.jira.pid>
|
|
<!-- The RC version used in the staging repository URL. -->
|
|
<commons.rc.version>RC2</commons.rc.version>
|
|
</properties>
|
|
|
|
|
|
<build>
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
<testSourceDirectory>src/test</testSourceDirectory>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<includes>
|
|
<include>org/apache/commons/collections/TestAllPackages.java</include>
|
|
</includes>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<configuration>
|
|
<tasks>
|
|
<ant antfile="build-testframework.xml" target="jar">
|
|
<property name="component.version" value="${project.version}" />
|
|
<property name="test.classes" value="${project.build.directory}/test-classes" />
|
|
<property name="dist.home" value="${project.build.directory}" />
|
|
<property name="maven.compile.source" value="${maven.compile.source}" />
|
|
<property name="maven.compile.target" value="${maven.compile.target}" />
|
|
</ant>
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<configuration>
|
|
<descriptors>
|
|
<descriptor>src/assembly/bin.xml</descriptor>
|
|
<descriptor>src/assembly/src.xml</descriptor>
|
|
</descriptors>
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<configuration>
|
|
<archive>
|
|
<manifest>
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
</manifest>
|
|
</archive>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.4</version>
|
|
<configuration>
|
|
<linksource>true</linksource>
|
|
<links>
|
|
<link>http://java.sun.com/javase/6/docs/api</link>
|
|
</links>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
<version>2.1</version>
|
|
<configuration>
|
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
|
<enableRulesSummary>false</enableRulesSummary>
|
|
</configuration>
|
|
</plugin>
|
|
<!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' - and still fails -->
|
|
<!--
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
<version>1.2</version>
|
|
<configuration>
|
|
<threshold>Normal</threshold>
|
|
<effort>Default</effort>
|
|
</configuration>
|
|
</plugin>
|
|
-->
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
<version>2.2</version>
|
|
</plugin>
|
|
<!-- Fails with Exception -->
|
|
<!--
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>clirr-maven-plugin</artifactId>
|
|
<version>2.2.2</version>
|
|
<configuration>
|
|
<comparisonVersion>3.2</comparisonVersion>
|
|
<minSeverity>info</minSeverity>
|
|
</configuration>
|
|
</plugin>
|
|
-->
|
|
<!-- Override Javadoc config in parent pom to add default manifest entries -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<configuration>
|
|
<archive>
|
|
<manifest>
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
</manifest>
|
|
</archive>
|
|
<aggregate>false</aggregate>
|
|
<source>${maven.compile.source}</source>
|
|
<encoding>${commons.encoding}</encoding>
|
|
<docEncoding>${commons.docEncoding}</docEncoding>
|
|
<linksource>true</linksource>
|
|
<links>
|
|
<link>http://java.sun.com/javase/6/docs/api/</link>
|
|
</links>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>rc</id>
|
|
<distributionManagement>
|
|
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
|
|
<site>
|
|
<id>apache.website</id>
|
|
<name>Apache Commons Release Candidate Staging Site</name>
|
|
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
|
|
</site>
|
|
</distributionManagement>
|
|
</profile>
|
|
</profiles>
|
|
|
|
</project>
|