diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-18 14:06:52 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-18 14:06:52 +0300 |
commit | c162767ef314c566e6644d648dfaa5f594306054 (patch) | |
tree | 1e87d072a8a5aca2344f91d88a81730ea40ec0a2 /uitest | |
parent | 9beaf0fa7fb404d20353ae2179863e9e3cb35ef9 (diff) | |
download | vaadin-framework-c162767ef314c566e6644d648dfaa5f594306054.tar.gz vaadin-framework-c162767ef314c566e6644d648dfaa5f594306054.zip |
Use parameter for uitest Ivy repository
This allows CI builds to override the repository for Vaadin artifacts.
Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 36d097ba82..10f38c7b2c 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -15,6 +15,9 @@ <property name="result.war" location="${result.dir}/lib/${module.name}-${vaadin.version}.war" /> + <!-- Need to give a default value to keep Ivy happy --> + <property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prerelease"/> + <path id="classpath.compile.custom"> </path> |