diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-04 21:04:11 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-09-04 21:04:11 +0300 |
commit | 3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c (patch) | |
tree | f36b52613dcc21004d21e18872a4a8734a1513d5 /uitest/build.xml | |
parent | bc90a58b6ea58e441af6f83380ab8c979a8a6c7b (diff) | |
download | vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.tar.gz vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.zip |
Reduce Ivy resolver spam to a minimum (#12510)
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index c29c53cfb4..bd0f49ae1e 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -19,7 +19,7 @@ <!-- This is copied from common.xml to be able to add server.test.source to the source path --> - <ivy:resolve resolveid="common" conf="build, build-provided" /> + <ivy:resolve log="download-only" resolveid="common" conf="build, build-provided" /> <ivy:cachepath pathid="classpath.compile.dependencies" conf="build, build-provided" /> </target> @@ -97,7 +97,7 @@ <property name="deps.dir" location="${result.dir}/deps" /> <property name="src" location="${result.dir}/../src" /> - <ivy:resolve resolveid="common" conf="build" /> + <ivy:resolve log="download-only" resolveid="common" conf="build" /> <ivy:cachepath pathid="classpath.runtime.dependencies" conf="build" /> <delete dir="${deps.dir}" /> |