From 8bcde7bbc8235b0d9c1d3126f776d53ee8d78faa Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 13 Jan 2007 23:35:57 +0000 Subject: [PATCH] Add a combined source and binary assembly. It differs from the one produced by Ant in these areas: - the docs folder is called site - the complete src/ directory is included, not just src/java/ - all files necessary to build the product using Ant, Maven 1 and Maven 2 are included - the *-ide.zip file is not created or included git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@496002 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 ++--- src/assembly/assembly.xml | 54 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 src/assembly/assembly.xml diff --git a/pom.xml b/pom.xml index 3b01089..6b02e1d 100644 --- a/pom.xml +++ b/pom.xml @@ -304,11 +304,12 @@ maven-assembly-plugin - diff --git a/src/assembly/assembly.xml b/src/assembly/assembly.xml new file mode 100644 index 0000000..254ca36 --- /dev/null +++ b/src/assembly/assembly.xml @@ -0,0 +1,54 @@ + + + + + + + tar.gz + zip + + + true + + + + build.properties.sample + build.xml + checkstyle.xml + license-header.txt + LICENSE.txt + maven.xml + NOTICE.txt + project.properties + project.xml + pom.xml + RELEASE-NOTES.txt + + src/ + + + + + target + + + *.jar + + + +