diff options
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" |