blob: aee4211c63679c7e34b0afb661bcef6e9f132ea7 [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 Chain</name>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
<logo>/images/chain-logo-white.png</logo>
<currentVersion>1.2</currentVersion>
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons Chain</shortDescription>
<description>An implmentation of the GoF Chain of Responsibility pattern</description>
<url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</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/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionDirectory>/www/people.apache.org/builds/commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
<url>http://svn.apache.org/viewvc</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>
<developers>
<developer>
<name>Craig McClanahan</name>
<id>craigmcc</id>
<email>craigmcc@apache.org</email>
</developer>
<developer>
<name>Ted Husted</name>
<id>husted</id>
<email>husted@apache.org</email>
</developer>
<developer>
<name>Martin Cooper</name>
<id>martinc</id>
<email>martinc@apache.org</email>
<organization>EMC</organization>
</developer>
<developer>
<name>Don Brown</name>
<id>mrdon</id>
<email>mrdon@apache.org</email>
</developer>
<developer>
<name>James Mitchell</name>
<id>jmitchell</id>
<email>jmitchell at apache.org</email>
</developer>
<developer>
<name>Joe Germuska</name>
<id>germuska</id>
<email>germuska at apache.org</email>
</developer>
<developer>
<name>Niall Pemberton</name>
<id>niallp</id>
<email>niallp at apache.org</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
<properties>
<optional>true</optional>
<comment>
&lt;strong&gt;Optional&lt;/strong&gt;
</comment>
</properties>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>1.0</version>
<url>http://portals.apache.org/pluto</url>
<properties>
<optional>true</optional>
<comment>
&lt;strong&gt;Optional&lt;/strong&gt;
</comment>
</properties>
</dependency>
<dependency>
<groupId>myfaces</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.0</version>
<url>http://myfaces.apache.org</url>
<properties>
<optional>true</optional>
<comment>
&lt;strong&gt;Optional&lt;/strong&gt;
</comment>
</properties>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<url>http://www.junit.org/</url>
<properties>
<scope>test</scope>
<comment>
&lt;strong&gt;Test Only&lt;/strong&gt;
</comment>
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<optional>true</optional>
<comment>
Only required to build with JDK 1.3
</comment>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.2.1</version>
<properties>
<optional>true</optional>
<comment>
Only required to build with JDK 1.3
</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<url>http://commons.apache.org/beanutils/</url>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.8</version>
<url>http://commons.apache.org/digester/</url>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<url>http://commons.apache.org/logging/</url>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
required for building the Chain Site documentation.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>1.8.2</version>
<url>http://maven.apache.org/reference/plugins/changelog/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.8.2 (minimum)
required for building the Chain Site documentation.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>1.6</version>
<url>http://maven.apache.org/reference/plugins/changes/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.6 (minimum)
required for building the Chain Site documentation.
</comment>
</properties>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*TestCase.java</include>
</includes>
</unitTest>
<resources>
<resource>
<directory>${pom.build.unitTestSourceDirectory}</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>NOTICE.txt</include>
</includes>
</resource>
</resources>
</build>
<reports>
<report>maven-checkstyle-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
</reports>
</project>