From f7a013c51849759daf2d1945041b7065bf649fd5 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Thu, 27 Jul 2006 23:09:24 +0000 Subject: [PATCH] Rework packaging phase. JCL now builds correctly with maven2 (though unit tests don't run). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@426316 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 116 +++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 78 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 019bb59..e335997 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ commons-logging commons-logging Logging - 1.1.1 + 1.1.1-SNAPSHOT Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. http://jakarta.apache.org/commons/logging @@ -145,47 +145,17 @@ src/test - + maven-jar-plugin - - - apijar - package - - jar - - - ${project.artifactId}-api-${project.version} - - org/apache/commons/logging/impl/Log4JLogger.class - - - - - adaptersjar - package - - ${project.artifactId}-adapters-${project.version} - - org/apache/commons/logging/Log.class - org/apache/commons/logging/LogFactory.class - org/apache/commons/logging/impl/LogFactoryImpl.class - org/apache/commons/logging/impl/WeakHashtable.class - - - - - testjar - package - + + + testjar + package + test-jar @@ -195,6 +165,74 @@ + + + maven-antrun-plugin + + + apijar + package + + + + + + + + + + + + + + + + + + + + run + + + + adaptersjar + package + + + + + + + + + + + + + + + + + + run + + + + +