From 6d40cb66abce58ec19bb16cbf8fab63767090eb3 Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 4 Jul 2003 06:22:49 +0000 Subject: [PATCH] use artifacts for path, not dependencies git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113593 13f79535-47bb-0310-9956-ffa450edef68 --- uberjar/plugin.jelly | 4 ++-- uberjar/project.xml | 2 +- uberjar/xdocs/changes.xml | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/uberjar/plugin.jelly b/uberjar/plugin.jelly index d4f50d58..a66adf1b 100644 --- a/uberjar/plugin.jelly +++ b/uberjar/plugin.jelly @@ -54,10 +54,10 @@ todir="${libdir}"/> - + + file="${lib.path}"/> diff --git a/uberjar/project.xml b/uberjar/project.xml index 9fbc42b6..626964ac 100644 --- a/uberjar/project.xml +++ b/uberjar/project.xml @@ -14,7 +14,7 @@ - 1.0 + 1.1-SNAPSHOT Uberjar packages your project as well as its dependencies into a single jar file. In addition, bootstrap code is added that enables a main class to be invoked by simply typing: java -jar your.jar diff --git a/uberjar/xdocs/changes.xml b/uberjar/xdocs/changes.xml index f7fc2543..814a3877 100644 --- a/uberjar/xdocs/changes.xml +++ b/uberjar/xdocs/changes.xml @@ -6,7 +6,13 @@ - + + + Changed copy of dependencies to use artifacts, so that jar overrides would work + + + + The two properties, maven.uberjar.main and maven.uberjar.classworlds.conf, can now be specified via a