From 53dfa7e61494fc38de8b527a91dfdb6051260e2a Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 20 Feb 2007 16:51:32 +0000 Subject: (Path submitted by Rupert Smith) Qpid-338. Custom SASL implementation for Java 1.4 retrotranslation of the Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@509642 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/pom.xml | 107 +++++++++++++++++++++++++++++----------------------- 1 file changed, 59 insertions(+), 48 deletions(-) (limited to 'java/client/pom.xml') diff --git a/java/client/pom.xml b/java/client/pom.xml index af85c5e63a..3a425cae1a 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -15,7 +15,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> @@ -100,12 +100,18 @@ test - - - net.sf.retrotranslator - retrotranslator-runtime - provided - + + + net.sf.retrotranslator + retrotranslator-runtime + provided + + + + junit + junit + provided + @@ -121,17 +127,17 @@ maven-surefire-plugin - - amqj.noAutoCreateVMBroker - true - amqj.logging.level ${amqj.logging.level} log4j.configuration - file:///${basedir}/src/main/java/client.log4j + ${log4j.configuration} + + + amqj.noAutoCreateVMBroker + true @@ -152,35 +158,38 @@ - org.codehaus.mojo - retrotranslator-maven-plugin - - - package - - translate - - - ${project.build.directory}/${project.build.finalName}-java1.4.jar - ${retrotranslator.verify} - - ${retrotranslator.1.4-rt-path} - ${retrotranslator.1.4-jce-path} - ${retrotranslator.1.4-jsse-path} - - - - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - + org.codehaus.mojo + retrotranslator-maven-plugin + + + retro-client + package + + translate + + + + ${project.build.directory}/${project.build.finalName}-java14.jar + ${retrotranslator.verify} + + ${retrotranslator.1.4-rt-path} + ${retrotranslator.1.4-jce-path} + ${retrotranslator.1.4-jsse-path} + ${retrotranslator.1.4-sasl-path} + + false + + + ${project.build.directory} + ${project.build.finalName}.jar + + + + + - - + + org.codehaus.mojo build-helper-maven-plugin @@ -194,9 +203,9 @@ - ${project.build.directory}/${project.build.finalName}-java1.4.jar + ${project.build.directory}/${project.build.finalName}-java14.jar jar - java1.4 + java14 @@ -215,15 +224,18 @@ ** - + + + false @@ -233,8 +245,7 @@ - + - \ No newline at end of file -- cgit v1.2.1