Browse Source

Add new artifacts to vaadin-all ZIP

Fixes #9444
tags/8.1.0.beta2
Henri Sara 7 years ago
parent
commit
d7fd3022bb
2 changed files with 21 additions and 0 deletions
  1. 3
    0
      all/all-assembly-descriptor.xml
  2. 18
    0
      all/pom.xml

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

@@ -33,6 +33,9 @@
<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-compatibility-server-gae</exclude>
<exclude>${project.groupId}:vaadin-osgi-integration</exclude>
<exclude>${project.groupId}:vaadin-liferay-integration</exclude>
</excludes>
</dependencySet>
</dependencySets>

+ 18
- 0
all/pom.xml View File

@@ -92,6 +92,24 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vaadin-compatibility-server-gae</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vaadin-osgi-integration</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vaadin-liferay-integration</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Needed because referenced from javadocs -->
<dependency>
<groupId>javax.portlet</groupId>

Loading…
Cancel
Save