Browse Source

Add compatibility-themes to ivysettings and all-assembly-descriptor

Change-Id: Ib898d9bcfa87e32589c43f70f796fc23999cef96
tags/8.0.0.alpha6
Aleksi Hietanen 7 years ago
parent
commit
eb39bd3df3
2 changed files with 3 additions and 0 deletions
  1. 1
    0
      all/all-assembly-descriptor.xml
  2. 2
    0
      ivysettings.xml

+ 1
- 0
all/all-assembly-descriptor.xml View File

@@ -30,6 +30,7 @@
<exclude>${project.groupId}:vaadin-client-compiled</exclude>
<exclude>${project.groupId}:vaadin-compatibility-shared</exclude>
<exclude>${project.groupId}:vaadin-compatibility-server</exclude>
<exclude>${project.groupId}:vaadin-compatibility-themes</exclude>
<exclude>${project.groupId}:vaadin-compatibility-client</exclude>
<exclude>${project.groupId}:vaadin-compatibility-client-compiled</exclude>
<exclude>${project.groupId}:vaadin-widgets</exclude>

+ 2
- 0
ivysettings.xml View File

@@ -59,6 +59,8 @@
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-themes"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-compatibility-themes"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-push"
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-widgets"

Loading…
Cancel
Save