From bd0cec9bb2480429107b3cefe9ef95717095c664 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 10 Feb 2003 06:42:24 +0000 Subject: [PATCH] Make jar:deploy use the same relative path code that the snapshot does. This code realistically should be moved into the tag for deploy:artifact. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112875 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index b8b4e6b4..799303cc 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -234,9 +234,15 @@ - + ${maven.build.dir}/${maven.jar.to.deploy} + + + + + ${jarToDeploy.substring(base.length())} +