From 59f5427b7f2b9f6959aebf257b1e6f11d237b03d Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 31 Jul 2007 09:07:57 +0000 Subject: Changes to POMs. Client pom now builds a single jar with all dependancies included in the single bundle. systests/pom.xml adjusted to include only *Test.class items. This will fix the current Error on OptOutTestCase management/eclipse-plugin/pom.xml - editied to include there required MANIFEST.MF to identify plugin to eclipse distribution/src/main/assembly/management-eclipse-plugin.xml editied to include there required MANIFEST.MF to identify the plugin distribution/pom.xml - white space Also updated log4j.xml default to create an alert.log file from the AMQQueue alerting. Added a debug.log4j.xml that gives example of debugging the broker via log4j. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@561278 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'java/client') diff --git a/java/client/pom.xml b/java/client/pom.xml index 02958ded6f..b51e540c2d 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -134,13 +134,39 @@ ueberjar - true + false [artifactId]-[version]-single.jar + single + true + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/${artifactId}-${version}-single.jar + jar + single + + + + + + + + org.apache.maven.plugins maven-antrun-plugin -- cgit v1.2.1