From 4d910fdeec4f1c7300ddc2f0f91fa9c5d34c8b90 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 10 Feb 2003 05:13:30 +0000 Subject: [PATCH] made jar:deploy-snapshot use relative paths for the artifact. This helps with Win32 issues (host C: not found) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112874 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/java/plugin.jelly b/java/plugin.jelly index 1cb7806c..b8b4e6b4 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -205,8 +205,15 @@ + ${maven.build.dir}/${maven.jar.to.deploy} + + + + + ${jarToDeploy.substring(base.length())} +