From 400cb6b6ec81b806c66983e20f9e4847f20565b6 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Sun, 15 Feb 2004 09:39:17 +0000 Subject: [PATCH] Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139000 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.sample | 4 ++ checkstyle.xml | 24 +++++++++++ project.properties | 9 ++++ project.xml | 93 +++++++++++++++++++++++++++++++++++++++-- 4 files changed, 127 insertions(+), 3 deletions(-) create mode 100644 checkstyle.xml create mode 100644 project.properties diff --git a/build.properties.sample b/build.properties.sample index 73ddd69..fb705e7 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -13,3 +13,7 @@ avalon-framework.jar=../../Avalon-4.1.4/avalon-framework-4.1.4.jar # # junit.jar=../../jakarta-velocity/build/lib/junit-3.7.jar +# Maven properties (for web site build) +# Those committers using agents may like to use +#maven.username=rdonkin +#logging.cvs=lserver:rdonkin@cvs.apache.org:/home/cvs \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000..d02e0af --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..815505a --- /dev/null +++ b/project.properties @@ -0,0 +1,9 @@ +# documentation properties +maven.xdoc.date=left +maven.xdoc.version=${pom.currentVersion} +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html +maven.xdoc.poweredby.image=maven-feather.png + +maven.junit.fork=true + +logging.cvs=pserver:anoncvs@cvs.apache.org:/home/cvspublic \ No newline at end of file diff --git a/project.xml b/project.xml index 0aee5d8..664f676 100644 --- a/project.xml +++ b/project.xml @@ -4,17 +4,90 @@ ../commons-build/project.xml Logging commons-logging + 1.0-dev + + Apache Software Foundation + http://www.apache.org + http://jakarta.apache.org/images/jakarta-logo.gif + + 2001 Commons Logging - Commons Logging +Commons Logging is a thin adapter allowing configurable bridging to other, +well known logging systems. + + /images/logo.png + + + scm:cvs:${logging.cvs}:jakarta-commons/logging/ + http://cvs.apache.org/viewcvs/jakarta-commons/logging/ + http://jakarta.apache.org/commons/logging/ + + 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 + + @@ -36,11 +109,10 @@ avalon-framework - 4.0 + 4.1.3 - @@ -50,6 +122,21 @@ + + + ${pom.build.unitTestSourceDirectory} + + **/AvalonLoggerTest.java + + + **/*.properties + +