diff options
author | Henri Sara <hesara@vaadin.com> | 2016-02-26 15:10:26 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-02-29 13:16:49 +0200 |
commit | 16eae732958e7a5841e3f46a5968fa85833da05b (patch) | |
tree | e90349ac0dd1264597cd8abbcfefd3d65e2bf3a4 /ivysettings.xml | |
parent | 0dee5602cacb46e1120bc2339464c89bea34ddaa (diff) | |
download | vaadin-framework-16eae732958e7a5841e3f46a5968fa85833da05b.tar.gz vaadin-framework-16eae732958e7a5841e3f46a5968fa85833da05b.zip |
Use Maven to build vaadin-push
Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
Diffstat (limited to 'ivysettings.xml')
-rw-r--r-- | ivysettings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ivysettings.xml b/ivysettings.xml index 5208b6bd54..66af667ef1 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -16,6 +16,8 @@ <filesystem name="local-maven" m2compatible="true"> <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> + <ivy + pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom" /> </filesystem> <filesystem name="build-temp"> <ivy @@ -48,7 +50,7 @@ <module organisation="com.vaadin" name="vaadin-themes" resolver="build-temp" /> <module organisation="com.vaadin" name="vaadin-push" - resolver="build-temp" /> + resolver="local-maven" /> <module organisation="com.vaadin" name="vaadin-widgets" resolver="build-temp" /> <module organisation="com.vaadin" name="vaadin-bom" |