From 4ac3f64fbba3e2eee1ef0f0641b1bcd158e64bcc Mon Sep 17 00:00:00 2001 From: Stephen Vinoski Date: Mon, 4 Dec 2006 18:57:33 +0000 Subject: changes to support the assembly:directory goal * Allow the assembly:directory goal to be used to create an install directory under the target directory. This directory basically contains the contents of the qpid-java-bin tar/zip artifacts, and is suitable as a spot from which to execute the broker or other qpid applications directly, by setting QPID_HOME to point there and adding the bin directory therein to your PATH. * Reformatted this pom file to 4-space indents, to match the other pom files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482289 13f79535-47bb-0310-9956-ffa450edef68 --- java/distribution/pom.xml | 185 +++++++++++++++++++++++++--------------------- 1 file changed, 99 insertions(+), 86 deletions(-) diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml index b292b0da0f..5c21b2e8f3 100644 --- a/java/distribution/pom.xml +++ b/java/distribution/pom.xml @@ -17,95 +17,108 @@ under the License. --> - 4.0.0 - org.apache.qpid - qpid-distribution - jar - Qpid Distribution - 1.0-incubating-M2-SNAPSHOT - - + 4.0.0 org.apache.qpid - qpid + qpid-distribution + jar + Qpid Distribution 1.0-incubating-M2-SNAPSHOT - - - .. - 1.5 - ${pom.version} - + + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + + + + .. + 1.5 + ${pom.version} + - - - ${pom.groupId} - qpid-common - ${pom.version} - - - ${pom.groupId} - qpid-broker - ${pom.version} - - - ${pom.groupId} - qpid-client - ${pom.version} - - + + + ${pom.groupId} + qpid-common + ${pom.version} + + + ${pom.groupId} + qpid-broker + ${pom.version} + + + ${pom.groupId} + qpid-client + ${pom.version} + + - - - - src/main/java - - **/* - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.source.version} - ${java.source.version} - - - - org.apache.maven.plugins - maven-assembly-plugin - ${assembly.version} - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/client-bin.xml - src/main/assembly/src.xml - - qpid-${pom.version} - - - - - - org.apache.maven.plugins - maven-jar-plugin - - qpid-incubating - - - true - - - - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.source.version} + ${java.source.version} + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly.version} + + + src/main/assembly/bin.xml + + qpid-${pom.version} + + + + org.apache.maven.plugins + maven-jar-plugin + + qpid-incubating + + + true + + + + + + + + + src/main/java + + **/* + + + + + + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/client-bin.xml + src/main/assembly/src.xml + + qpid-${pom.version} + + + + + + -- cgit v1.2.1