From 045622f5d7011aa7dc5b44caaa2bb444867deba0 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Thu, 10 Aug 2006 18:29:33 +0000 Subject: [PATCH] Add a pom for commons-logging-api that can be deployed to the Maven repository. Compared to the normal project.xml file all dependencies except junit has been removed. I also removed a few things related to testing in order to be able to build the jar with Maven after the dependencies were removed. This will help solve an issue reported on the user-list: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200607.mbox/%3cd1deecd50607070354h7013e053j5994a06c41d7d203@mail.gmail.com%3e git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@430470 13f79535-47bb-0310-9956-ffa450edef68 --- commons-logging-api.pom | 244 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 commons-logging-api.pom diff --git a/commons-logging-api.pom b/commons-logging-api.pom new file mode 100644 index 0000000..2138c44 --- /dev/null +++ b/commons-logging-api.pom @@ -0,0 +1,244 @@ + + + + 3 + + Logging + commons-logging + commons-logging-api + 1.1 + 2001 + Commons Logging + + Commons Logging is a thin adapter allowing configurable bridging to other, + well known logging systems. + + /images/logo.png + + http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + org.apache.commons.${pom.artifactId.substring(8)} + + + The Apache Software Foundation + http://jakarta.apache.org + http://jakarta.apache.org/images/original-jakarta-logo.gif + + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + repo + + + + jakarta + http://issues.apache.org/jira/ + people.apache.org + /www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + /www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/ + + + + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + + + + + 1.0.1 + 1.0.1 + LOGGING_1_0_1 + + + 1.0.2 + 1.0.2 + LOGGING_1_0_2 + + + 1.0.3 + 1.0.3 + LOGGING_1_0_3 + + + 1.0.4 + 1.0.4 + LOGGING_1_0_4 + + + 1.1 + 1.1 + LOGGING_1_1_0 + + + + + + Commons Dev List + commons-dev-subscribe@jakarta.apache.org + commons-dev-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ + + + Commons User List + commons-user-subscribe@jakarta.apache.org + commons-user-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ + + + + + + Morgan Delagrange + morgand + morgand at apache dot org + Apache + Java Developer + + + Rodney Waldhoff + rwaldhoff + rwaldhoff at apache org + Apache Software Foundation + + + Craig McClanahan + craigmcc + craigmcc at apache org + Apache Software Foundation + + + Scott Sanders + sanders + sanders at apache dot org + Apache Software Foundation + + + Robert Burrell Donkin + rdonkin + rdonkin at apache dot org + Apache Software Foundation + + + Peter Donald + donaldp + donaldp at apache dot org + + + + Costin Manolache + costin + costin at apache dot org + Apache Software Foundation + + + Richard Sitze + rsitze + rsitze at apache dot org + Apache Software Foundation + + + Juozas Baliuka + baliuka + baliuka@apache.org + + + Java Developer + + + + Simon Kitching + skitching + skitching@apache.org + Apache Software Foundation + + + Dennis Lundberg + dennisl + dennisl@apache.org + Apache Software Foundation + + + Brian Stansberry + bstansberry + + + + + + + junit + junit + 3.8.1 + http://www.junit.org/index.htm + + Used for testing only. + test + true + + + + + maven + maven-xdoc-plugin + 1.9.2 + http://maven.apache.org/maven-1.x/reference/plugins/xdoc/ + plugin + + + <strong>Site Only</strong> - v1.9.2 (minimum) + + true + + + + + commons-dev@jakarta.apache.org + src/java + + + java.util.logging.Logger + + **/Jdk14Logger.java + + + + + + + + + + maven-javadoc-plugin + maven-jdepend-plugin + maven-junit-report-plugin + maven-jxr-plugin + maven-license-plugin + + + + +