2010-01-15 11:57:17 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2009-05-21 03:41:26 -04:00
|
|
|
<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">
|
2007-01-31 00:47:03 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-parent</artifactId>
|
2012-06-23 21:14:26 -04:00
|
|
|
<version>25</version>
|
2007-01-31 00:47:03 -05:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
2010-06-20 04:24:06 -04:00
|
|
|
<version>4.0-SNAPSHOT</version>
|
2007-08-23 09:38:00 -04:00
|
|
|
<name>Commons Collections</name>
|
2007-01-31 00:47:03 -05:00
|
|
|
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<description>Types that extend and augment the Java Collections Framework.</description>
|
|
|
|
|
2007-07-27 13:52:04 -04:00
|
|
|
<url>http://commons.apache.org/collections/</url>
|
2007-01-31 00:47:03 -05:00
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
|
|
|
<url>http://issues.apache.org/jira/browse/COLLECTIONS</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
2009-05-21 03:58:04 -04:00
|
|
|
<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>
|
2007-01-31 00:47:03 -05:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<developers>
|
2012-07-03 16:27:01 -04:00
|
|
|
<developer>
|
|
|
|
<name>Matt Benson</name>
|
|
|
|
<id>mbenson</id>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>James Carman</name>
|
|
|
|
<id>jcarman</id>
|
|
|
|
</developer>
|
2007-01-31 00:47:03 -05:00
|
|
|
<developer>
|
|
|
|
<name>Stephen Colebourne</name>
|
|
|
|
<id>scolebourne</id>
|
|
|
|
</developer>
|
2012-07-03 16:27:01 -04:00
|
|
|
<developer>
|
|
|
|
<name>Robert Burrell Donkin</name>
|
|
|
|
<id>rdonkin</id>
|
|
|
|
</developer>
|
2007-01-31 00:47:03 -05:00
|
|
|
<developer>
|
|
|
|
<name>Morgan Delagrange</name>
|
|
|
|
<id>morgand</id>
|
|
|
|
</developer>
|
2012-07-15 11:00:55 -04:00
|
|
|
<developer>
|
|
|
|
<name>Gary D. Gregory</name>
|
|
|
|
<id>ggregory</id>
|
|
|
|
</developer>
|
2007-01-31 00:47:03 -05:00
|
|
|
<developer>
|
|
|
|
<name>Matthew Hawthorne</name>
|
|
|
|
<id>matth</id>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Geir Magnusson</name>
|
|
|
|
<id>geirm</id>
|
|
|
|
</developer>
|
2012-07-15 06:12:33 -04:00
|
|
|
<developer>
|
|
|
|
<name>Luc Maisonobe</name>
|
|
|
|
<id>luc</id>
|
|
|
|
</developer>
|
2007-01-31 00:47:03 -05:00
|
|
|
<developer>
|
|
|
|
<name>Craig McClanahan</name>
|
|
|
|
<id>craigmcc</id>
|
|
|
|
</developer>
|
2012-07-03 16:27:01 -04:00
|
|
|
<developer>
|
|
|
|
<name>Phil Steitz</name>
|
|
|
|
<id>psteitz</id>
|
|
|
|
</developer>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<contributors>
|
|
|
|
<contributor>
|
|
|
|
<name>Rafael U. C. Afonso</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Max Rydahl Andersen</name>
|
|
|
|
</contributor>
|
2012-07-15 11:00:55 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Avalon</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2009-05-21 02:56:37 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Benjamin Bentmann</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2011-03-08 18:37:01 -05:00
|
|
|
<name>Maarten Brak</name>
|
2007-01-31 00:47:03 -05:00
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Dave Bryson</name>
|
|
|
|
</contributor>
|
2011-03-08 18:37:01 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Chuck Burdick</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2009-12-29 18:12:18 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Goran Hacek</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2012-07-15 11:00:55 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Stephen Kestle</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2009-05-21 02:56:37 -04:00
|
|
|
<contributor>
|
|
|
|
<name>David Meikle</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2012-07-14 18:14:04 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Joerg Schmuecker</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Howard Lewis Ship</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Joe Raysa</name>
|
|
|
|
</contributor>
|
2012-07-15 11:00:55 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Ashwin S</name>
|
|
|
|
</contributor>
|
2012-07-15 06:12:33 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Jordane Sarda</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<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>
|
2012-07-15 11:00:55 -04:00
|
|
|
<name>Jon S. Stevens</name>
|
2007-01-31 00:47:03 -05:00
|
|
|
</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>
|
2011-03-01 17:10:10 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Sai Zhang</name>
|
|
|
|
</contributor>
|
2007-01-31 00:47:03 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Jason van Zyl</name>
|
|
|
|
</contributor>
|
|
|
|
</contributors>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2012-03-08 14:54:48 -05:00
|
|
|
<version>4.10</version>
|
2009-09-15 01:21:51 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2010-07-21 14:01:14 -04:00
|
|
|
<groupId>org.easymock</groupId>
|
2009-09-15 01:21:51 -04:00
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>2.0</version>
|
2007-01-31 00:47:03 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2012-03-08 14:54:48 -05:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>apache.website</id>
|
|
|
|
<name>Apache Commons Site</name>
|
|
|
|
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2008-03-02 14:37:56 -05:00
|
|
|
<properties>
|
2009-05-20 09:32:59 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2009-09-15 01:21:51 -04:00
|
|
|
<maven.compile.source>1.5</maven.compile.source>
|
|
|
|
|
|
|
|
<maven.compile.target>1.5</maven.compile.target>
|
2008-03-02 14:37:56 -05:00
|
|
|
<commons.componentid>collections</commons.componentid>
|
2010-03-08 16:01:11 -05:00
|
|
|
<commons.release.version>3.2.1</commons.release.version>
|
2009-05-21 00:54:24 -04:00
|
|
|
<commons.osgi.symbolicName>org.apache.commons.collections</commons.osgi.symbolicName>
|
2008-03-02 14:37:56 -05:00
|
|
|
<commons.jira.id>COLLECTIONS</commons.jira.id>
|
|
|
|
<commons.jira.pid>12310465</commons.jira.pid>
|
2009-05-21 00:54:24 -04:00
|
|
|
<!-- The RC version used in the staging repository URL. -->
|
2009-05-25 04:22:16 -04:00
|
|
|
<commons.rc.version>RC2</commons.rc.version>
|
2012-03-13 05:50:05 -04:00
|
|
|
<checkstyle.version>2.9.1</checkstyle.version>
|
2008-03-02 14:37:56 -05:00
|
|
|
</properties>
|
|
|
|
|
2009-05-21 00:52:08 -04:00
|
|
|
|
2007-01-31 00:47:03 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<includes>
|
2010-10-17 07:45:35 -04:00
|
|
|
<include>**/Test*.java</include>
|
2007-01-31 00:47:03 -05:00
|
|
|
</includes>
|
2010-10-17 07:45:35 -04:00
|
|
|
<excludes>
|
|
|
|
<exclude>**/*$*</exclude>
|
|
|
|
<exclude >**/TestUtils.java</exclude>
|
|
|
|
</excludes>
|
2007-01-31 00:47:03 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-11-15 21:40:53 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
2012-03-08 14:29:25 -05:00
|
|
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
|
|
|
<descriptor>src/main/assembly/src.xml</descriptor>
|
2007-11-15 21:40:53 -05:00
|
|
|
</descriptors>
|
|
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-05-22 01:34:45 -04:00
|
|
|
<plugin>
|
2012-03-13 05:48:04 -04:00
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>${checkstyle.version}</version>
|
2009-05-22 01:34:45 -04:00
|
|
|
<configuration>
|
2012-03-13 05:48:04 -04:00
|
|
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
|
|
|
<enableRulesSummary>false</enableRulesSummary>
|
2009-05-22 01:34:45 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-01-31 00:47:03 -05:00
|
|
|
</plugins>
|
2012-07-03 16:27:01 -04:00
|
|
|
</build>
|
2007-01-31 00:47:03 -05:00
|
|
|
|
2008-05-14 11:27:06 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2009-05-21 00:52:08 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2012-03-13 04:48:12 -04:00
|
|
|
<version>${checkstyle.version}</version>
|
2009-05-21 00:52:08 -04:00
|
|
|
<configuration>
|
|
|
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
|
|
|
<enableRulesSummary>false</enableRulesSummary>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
2012-03-13 05:50:05 -04:00
|
|
|
<version>2.4.0</version>
|
2009-05-21 00:52:08 -04:00
|
|
|
<configuration>
|
|
|
|
<threshold>Normal</threshold>
|
|
|
|
<effort>Default</effort>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2012-03-13 04:48:12 -04:00
|
|
|
<version>2.5.1</version>
|
2009-05-21 00:52:08 -04:00
|
|
|
</plugin>
|
2010-01-15 11:57:17 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
2012-03-13 05:50:05 -04:00
|
|
|
<version>2.7.1</version>
|
2010-01-15 11:57:17 -05:00
|
|
|
<configuration>
|
|
|
|
<targetJdk>${maven.compile.target}</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>pmd</report>
|
|
|
|
<report>cpd</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
2008-05-14 11:27:06 -04:00
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
2009-05-21 03:49:52 -04:00
|
|
|
</project>
|