From a242b819c4d79d57320dd798b611cd9fd43bbc09 Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 27 Feb 2003 15:29:50 +0000 Subject: [PATCH] Buggy but working deploy snapshot jar target. Warning: the jar to deploy must be in the same directory as you run the goal git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113006 13f79535-47bb-0310-9956-ffa450edef68 --- repository/plugin.jelly | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/repository/plugin.jelly b/repository/plugin.jelly index 26a172cc..67e2a38e 100644 --- a/repository/plugin.jelly +++ b/repository/plugin.jelly @@ -229,4 +229,35 @@ + + + + + artifact must be specified + + + groupId must be specified + + + artifactId must be specified + + + + ${artifact} + ${jarDotBits[size(jarDotBits)-1]} + + snapshotVersion = '${snapshotVersion}' + + + + + + + + + Executing '${command}' remotely + + +