summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.xml b/common.xml
index 91a907f003..1e7c050dee 100644
--- a/common.xml
+++ b/common.xml
@@ -204,8 +204,8 @@
<target name="publish-local" description="Publishes the given module to the local repository">
<fail unless="result.dir" message="No result.dir parameter given" />
<property name="conf" value="*(public)" />
-
- <ivy:resolve />
+
+ <ivy:resolve conf="${conf}"/>
<ivy:publish conf="${conf}" resolver="build-temp" overwrite="true" forcedeliver="true">
<!-- <artifacts pattern="${result.dir}/[artifact]-[revision].[ext]" />-->
<artifacts pattern="${result.dir}/lib/[artifact]-[revision](-[classifier]).[ext]" />