311 lines
9.6 KiB
XML
311 lines
9.6 KiB
XML
<?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.
|
|
-->
|
|
<!-- $Revision$ $Date$ -->
|
|
|
|
<project>
|
|
<pomVersion>3</pomVersion>
|
|
<name>Math</name>
|
|
<groupId>commons-math</groupId>
|
|
<artifactId>commons-math</artifactId>
|
|
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
|
<inceptionYear>2003</inceptionYear>
|
|
<shortDescription>Jakarta Commons Math</shortDescription>
|
|
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
|
<logo>/images/math.gif</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/</issueTrackingUrl>
|
|
<siteAddress>people.apache.org</siteAddress>
|
|
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
|
|
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</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/viewvc/jakarta/commons/proper/math/trunk/</url>
|
|
</repository>
|
|
<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>
|
|
<versions>
|
|
<version>
|
|
<id>1.0-RC1</id>
|
|
<name>1.0</name>
|
|
<tag>MATH_1_0_RC1</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.0-RC2</id>
|
|
<name>1.0</name>
|
|
<tag>MATH_1_0_RC2</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.0</id>
|
|
<name>1.0</name>
|
|
<tag>MATH_1_0</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1-RC1</id>
|
|
<name>1.1</name>
|
|
<tag>MATH_1_1_RC1</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1-RC3</id>
|
|
<name>1.1</name>
|
|
<tag>MATH_1_1_RC3</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1-RC4</id>
|
|
<name>1.1</name>
|
|
<tag>MATH_1_1_RC4</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1-RC5</id>
|
|
<name>1.1</name>
|
|
<tag>MATH_1_1_RC5</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.1</id>
|
|
<name>1.1</name>
|
|
<tag>MATH_1_1</tag>
|
|
</version>
|
|
<version>
|
|
<id>1.2-SNAPSHOT</id>
|
|
<name>1.1</name>
|
|
<tag>trunk</tag>
|
|
</version>
|
|
</versions>
|
|
<developers>
|
|
<developer>
|
|
<name>Albert Davidson Chou</name>
|
|
<id>achou</id>
|
|
<email>achou at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Mark Diggory</name>
|
|
<id>mdiggory</id>
|
|
<email>mdiggory at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Robert Burrell Donkin</name>
|
|
<id>rdonkin</id>
|
|
<email>rdonkin at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Tim O'Brien</name>
|
|
<id>tobrien</id>
|
|
<email>tobrien at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Luc Maisonobe</name>
|
|
<id>luc</id>
|
|
<email>luc at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>J. Pietschmann</name>
|
|
<id>pietsch</id>
|
|
<email>j3322ptm at yahoo dot de</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Phil Steitz</name>
|
|
<id>psteitz</id>
|
|
<email>psteitz at apache dot org</email>
|
|
</developer>
|
|
<developer>
|
|
<name>Brent Worden</name>
|
|
<id>brentworden</id>
|
|
<email>brentworden at apache dot org</email>
|
|
</developer>
|
|
</developers>
|
|
<contributors>
|
|
<contributor>
|
|
<name>C. Scott Ananian</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Rodrigo di Lorenzo Lopes</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Hasan Diwan</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Ken Geis</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Elliotte Rusty Harold</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Matthias Hummel</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Piotr Kochanski</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Fredrik Norin</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Todd C. Parnell</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Joni Salonen</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Christopher Schuck</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Mauro Talevi</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Kim van der Linde</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Jörg Weimar</name>
|
|
</contributor>
|
|
<contributor>
|
|
<name>Xiaogang Zhang</name>
|
|
</contributor>
|
|
</contributors>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>1.0.4</version>
|
|
<url>http://jakarta.apache.org/commons/logging</url>
|
|
<properties>
|
|
<comment>
|
|
Only required when commons-discovery is used for class factory
|
|
configuration. No hard compile or runtime dependency.
|
|
</comment>
|
|
</properties>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-discovery</groupId>
|
|
<artifactId>commons-discovery</artifactId>
|
|
<version>0.2</version>
|
|
<url>http://jakarta.apache.org/commons/discovery</url>
|
|
<properties>
|
|
<comment>
|
|
Only required when commons-discovery is used for class
|
|
factory configuration. No hard compile or runtime dependency.
|
|
</comment>
|
|
</properties>
|
|
<optional>true</optional>
|
|
</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>
|
|
<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>
|
|
<strong>Site Only</strong> - v1.9.2 (minimum)
|
|
required for building the project web site.
|
|
</comment>
|
|
</properties>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
<unitTest>
|
|
<includes>
|
|
<include>**/*Test.java</include>
|
|
</includes>
|
|
<excludes>
|
|
<exclude>**/*AbstractTest.java</exclude>
|
|
</excludes>
|
|
<resources>
|
|
<resource>
|
|
<directory>${pom.build.unitTestSourceDirectory}</directory>
|
|
<includes>
|
|
<include>**/*.xml</include>
|
|
<include>**/*.txt</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
</unitTest>
|
|
<resources>
|
|
<resource>
|
|
<directory>${basedir}</directory>
|
|
<includes>
|
|
<include>NOTICE.txt</include>
|
|
</includes>
|
|
<targetPath>META-INF</targetPath>
|
|
</resource>
|
|
</resources>
|
|
</build>
|
|
<reports>
|
|
<report>maven-changes-plugin</report>
|
|
<report>maven-cobertura-plugin</report>
|
|
<report>maven-pmd-plugin</report>
|
|
<!--
|
|
<report>maven-changelog-plugin</report>
|
|
<report>maven-developer-activity-plugin</report>
|
|
<report>maven-file-activity-plugin</report>
|
|
-->
|
|
<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>
|
|
<!--
|
|
<report>maven-tasklist-plugin</report>
|
|
<report>maven-linkcheck-plugin</report>
|
|
-->
|
|
|
|
</reports>
|
|
</project>
|