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) +