diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-04 14:49:30 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:12 +0300 |
commit | b2b384b531eff28e1fe33bdb91f77edd509970a8 (patch) | |
tree | d3c4cfb8bf30388b5fa985ce3f265da07503e097 /common.xml | |
parent | f73ff78c95ef6184e8365ada272bbbc147bdcd10 (diff) | |
download | vaadin-framework-b2b384b531eff28e1fe33bdb91f77edd509970a8.tar.gz vaadin-framework-b2b384b531eff28e1fe33bdb91f77edd509970a8.zip |
Support running TestBench tests with the vaadin-uitest war (#9299)
Server is now launched using jetty-runner instead of a custom DemoLauncher
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 4 |
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]" /> |