From f55f1566f0368842718c69de5c951d1642d2cb13 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Thu, 1 Feb 2007 07:03:52 +0000 Subject: [PATCH] Maven 2 pom for Math. Tests that use getClass().getResource(String) don't work at the moment, unsure how to fix currently. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@502139 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..d2f166a7b --- /dev/null +++ b/pom.xml @@ -0,0 +1,205 @@ + + + + + org.apache.commons + commons-parent + 1 + + 4.0.0 + commons-math + commons-math + 1.2-SNAPSHOT + Lang + + 2003 + 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. + + http://jakarta.apache.org/commons/math/ + + + jira + http://issues.apache.org/jira/browse/MATH + + + + scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk + scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk + http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk + + + + + Albert Davidson Chou + achou + achou at apache dot org + + + Mark Diggory + mdiggory + mdiggory at apache dot org + + + Robert Burrell Donkin + rdonkin + rdonkin at apache dot org + + + Tim O'Brien + tobrien + tobrien at apache dot org + + + J. Pietschmann + pietsch + j3322ptm at yahoo dot de + + + Phil Steitz + psteitz + psteitz at apache dot org + + + Brent Worden + brentworden + brentworden at apache dot org + + + + + C. Scott Ananian + + + Rodrigo di Lorenzo Lopes + + + Ken Geis + + + Elliotte Rusty Harold + + + Piotr Kochanski + + + Luc Maisonobe + + + Fredrik Norin + + + Todd C. Parnell + + + Joni Salonen + + + Christopher Schuck + + + Mauro Talevi + + + Kim van der Linde + + + Jörg Weimar + + + Xiaogang Zhang + + + + + + junit + junit + 3.8.1 + test + + + commons-logging + commons-logging + 1.0.4 + + true + + + commons-discovery + commons-discovery + 0.2 + + true + + + + src/java + src/test + + + . + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + ${pom.build.unitTestSourceDirectory} + + **/*.xml + **/*.txt + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + + + **/*AbstractTest.java + + + + + + +