From e25dab5bd66a2314841d49a2dcfb373f1a9231fa Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 3 Jul 2003 09:01:53 +0000 Subject: [PATCH] Added install, install-snapshot, deploy, deploy-snapshot goals git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113576 13f79535-47bb-0310-9956-ffa450edef68 --- uberjar/plugin.jelly | 69 ++++++++++++++++++++++++++++++++++++--- uberjar/xdocs/changes.xml | 3 ++ uberjar/xdocs/goals.xml | 16 +++++++++ 3 files changed, 84 insertions(+), 4 deletions(-) diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly index 6ce5b555..d4f50d58 100644 --- a/uberjar/plugin.jelly +++ b/uberjar/plugin.jelly @@ -1,7 +1,9 @@ - + @@ -16,7 +18,8 @@ - + + @@ -74,7 +77,7 @@ @@ -116,5 +119,63 @@ to be invoked. template="classworlds.conf"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/uberjar/xdocs/changes.xml b/uberjar/xdocs/changes.xml index 95c084c0..f7fc2543 100644 --- a/uberjar/xdocs/changes.xml +++ b/uberjar/xdocs/changes.xml @@ -17,6 +17,9 @@ Created uberjar plugin based on the cool bootstrapping code that Jason and Bob worked out! + + Added install, install-snapshot, deploy, deploy-snapshot goals + diff --git a/uberjar/xdocs/goals.xml b/uberjar/xdocs/goals.xml index f9851ac4..256cc347 100644 --- a/uberjar/xdocs/goals.xml +++ b/uberjar/xdocs/goals.xml @@ -17,5 +17,21 @@ + + uberjar:install + Install the uberjar in the local repository + + + uberjar:install-snapshot + Install the snapshot version of the uberjar in the local repository + + + uberjar:deploy + Deploy the uberjar to the remote repository(ies) + + + uberjar:deploy-snapshot + Deploy the snapshot version of the uberjar to the remote repository(ies) +