From d7e0e709c913280103e6b18decaf53cf4d12645e Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 8 Jun 2007 12:31:21 +0000 Subject: [PATCH] As requested by Andy, a big change to how the maven-dist occurs. Now, we copy over the main jars to the maven directory, rather than making their own. We then have a different pom for each of poi, -scratchpad and -contrib. Finally, put all the files under maven-dist into the right place for upload git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545491 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 143 ++++++++++++++++++++++++++++++++--------------- poi-redirect.pom | 2 +- poi.pom | 10 +++- 3 files changed, 108 insertions(+), 47 deletions(-) diff --git a/build.xml b/build.xml index 2c63e3ec60..ea4e044338 100644 --- a/build.xml +++ b/build.xml @@ -127,6 +127,8 @@ under the License. + + @@ -234,9 +236,15 @@ under the License. - + + + + + + + @@ -807,57 +815,102 @@ FORREST_HOME environment variable! description="Generates POI's website's contents"/> - - - - - - - - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - + + + - - - - - + tofile="${mavendist.oap.dir}/poms/${jar.name}-${version.id}.pom" + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + tofile="${mavendist.poi.dir}/poms/${jar.name}-scratchpad-${version.id}.pom" + > + + + + + + + diff --git a/poi-redirect.pom b/poi-redirect.pom index eb2e71a08b..fa4a63e012 100644 --- a/poi-redirect.pom +++ b/poi-redirect.pom @@ -25,7 +25,7 @@ under the License. 4.0.0 poi - poi + @ARTIFICAT@ @VERSION@ diff --git a/poi.pom b/poi.pom index 6dc77b2738..7395157c2f 100644 --- a/poi.pom +++ b/poi.pom @@ -25,7 +25,7 @@ under the License. 4.0.0 org.apache.poi - poi + @ARTIFICAT@ @VERSION@ jar Apache POI @@ -33,6 +33,14 @@ under the License. Apache POI - Java API To Access Microsoft Format Files + + + org.apache.poi + poi + @VERSION@ + + + commons-logging commons-logging -- 2.39.5