From d7e0e709c913280103e6b18decaf53cf4d12645e Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 8 Jun 2007 12:31:21 +0000 Subject: 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 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 98 insertions(+), 45 deletions(-) (limited to 'build.xml') 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" + > + + + + + + + -- cgit v1.2.3