Patch from Chris Shorrock <chris@shorrockin.com>. Thanks!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kaz
2003-06-26 18:36:40 +00:00
parent a063092eed
commit 275d4e9de4

View File

@@ -16,7 +16,7 @@
<!--==================================================================-->
<goal name="uberjar:init">
<property name="dest" value="target/uberjar"/>
<property name="dest" value="${maven.build.dir}/uberjar"/>
<property name="inf" value="${dest}/WORLDS-INF"/>
<property name="libdir" value="${inf}/lib"/>
<property name="confdir" value="${inf}/conf"/>