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