blob: f8a073b8045613e25b9ef2d327ebfe00a19d6169 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
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.
-->
<!-- ===================================================================== -->
<!-- $Id$ -->
<!-- ===================================================================== -->
<project>
<pomVersion>3</pomVersion>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<currentVersion>1.3</currentVersion>
<inceptionYear>2001</inceptionYear>
<name>Commons Configuration</name>
<shortDescription>Common Configuration</shortDescription>
<description>
Tools to assist in the reading of configuration/preferences files in
various formats
</description>
<logo>/images/logo.png</logo>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/browse/CONFIGURATION</issueTrackingUrl>
<siteAddress>people.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
<distributionSite>www.apache.org</distributionSite>
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
</repository>
<versions>
<version>
<id>1.0-rc1</id>
<name>1.0-rc1</name>
<tag>CONFIGURATION_1_0_RC1</tag>
</version>
<version>
<id>1.0-rc2</id>
<name>1.0-rc2</name>
<tag>CONFIGURATION_1_0_RC2</tag>
</version>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>CONFIGURATION_1_0</tag>
</version>
<version>
<id>1.1</id>
<name>1.1</name>
<tag>CONFIGURATION_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>CONFIGURATION_1_2</tag>
</version>
</versions>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Daniel Rall</name>
<id>dlr</id>
<email>dlr@finemaltcoding.com</email>
<organization>CollabNet, Inc.</organization>
</developer>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
</developer>
<developer>
<name>Martin Poeschl</name>
<id>mpoeschl</id>
<email>mpoeschl@marmot.at</email>
<organization>tucana.at</organization>
</developer>
<developer>
<name>dIon Gillard</name>
<id>dion</id>
<email>dion@multitask.com.au</email>
<organization>Multitask Consulting</organization>
</developer>
<developer>
<name>Henning P. Schmiedehausen</name>
<id>henning</id>
<email>hps@intermeta.de</email>
<organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
<timezone>2</timezone>
</developer>
<developer>
<name>Eric Pugh</name>
<id>epugh</id>
<email>epugh@upstate.com</email>
<organization>upstate.com</organization>
</developer>
<developer>
<name>Brian E. Dunbar</name>
<id>bdunbar</id>
<email>bdunbar@dunbarconsulting.org</email>
<organization>dunbarconsulting.org</organization>
</developer>
<developer>
<name>Emmanuel Bourg</name>
<id>ebourg</id>
<email>smanux@lfjr.net</email>
</developer>
<developer>
<name>Oliver Heger</name>
<id>oheger</id>
<email>oheger@apache.org</email>
<organization>Agfa HealthCare</organization>
<timezone>+1</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Jörg Schaible</name>
<email>joerg.schaible@gmx.de</email>
<organization>Elsag-Solutions AG</organization>
<timezone>+1</timezone>
</contributor>
<contributor>
<name>Konstantin Shaposhnikov</name>
<email>ksh@scand.com</email>
<organization>scand.com</organization>
</contributor>
<contributor>
<name>Jamie M. Guillemette</name>
<email>JMGuillemette@gmail.com</email>
<organization>TD Bank</organization>
</contributor>
<contributor>
<name>Jorge Ferrer</name>
<email>jorge.ferrer@gmail.com</email>
<organization></organization>
</contributor>
<contributor>
<name>Gabriele Garuglieri</name>
<email>gabriele.garuglieri@infoblu.it</email>
<organization>Infoblu S.p.A</organization>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.0.4</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.6</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<version>1.7.0</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.2</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.2.1</version>
<url>http://xml.apache.org/xerces2-j/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<url>http://xml.apache.org/xalan-j/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.4</version>
<properties>
<optional>true</optional>
</properties>
</dependency>
<!-- Needed for testing -->
<dependency>
<groupId>spice</groupId>
<artifactId>spice-jndikit</artifactId>
<version>1.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.7.2.2</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>junit-addons</groupId>
<artifactId>junit-addons</artifactId>
<version>1.4</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
<version>0.09</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
<version>0.09</version>
<properties>
<scope>test</scope>
</properties>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-tasks-plugin</artifactId>
<version>1.1.0</version>
<url>http://maven-plugins.sourceforge.net/maven-tasks-plugin/</url>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>0.8.4</version>
<url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>
<type>plugin</type>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.2</version>
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
<type>plugin</type>
</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)
required for building the site documentation.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-xdoc-plugin</artifactId>
<version>1.9.2</version>
<url>http://maven.apache.org/maven-1.x/plugins/xdoc/</url>
<type>plugin</type>
<properties>
<comment>
&lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
required for building the site documentation.
</comment>
</properties>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.5</version>
<url>http://maven.apache.org/maven-1.x/plugins/scm/</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-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>
</dependencies>
<build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/*Test*.java</include>
</includes>
<excludes>
<exclude>**/TestBasePropertiesConfiguration.java</exclude>
<exclude>**/NonStringTestHolder.java</exclude>
<exclude>**/TestAbstractConfiguration.java</exclude>
<exclude>**/XPathTest.java</exclude>
<exclude>**/AbstractCombinerTest.java</exclude>
<exclude>**/AbstractTestConfigurationEvents.java</exclude>
<exclude>**/AbstractTestFileConfigurationEvents.java</exclude>
</excludes>
<resources>
<resource>
<directory>conf</directory>
<includes>
<include>*.xml</include>
</includes>
</resource>
<resource>
<directory>conf</directory>
<includes>
<include>testClasspath.properties</include>
<include>testdb.script</include>
<include>*.properties</include>
<include>*.dtd</include>
</includes>
</resource>
<resource>
<directory>conf</directory>
<targetPath>org/apache/commons/configuration</targetPath>
<includes>
<include>test.properties</include>
<include>include.properties</include>
</includes>
</resource>
<resource>
<directory>conf/config</directory>
<targetPath>config</targetPath>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources>
</unitTest>
<resources>
<resource>
<directory>conf</directory>
<includes>
<include>digesterRules.xml</include>
<include>properties.dtd</include>
</includes>
</resource>
<resource>
<directory>${basedir}</directory>
<includes>
<include>NOTICE.txt</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<reports>
<report>maven-jdepend-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-tasks-plugin</report>
<report>maven-findbugs-plugin</report>
<report>maven-jdiff-plugin</report>
</reports>
</project>