From d7fd3022bb286392f5bd4223860ee1facbd84b62 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Fri, 26 May 2017 15:27:16 +0300 Subject: Add new artifacts to vaadin-all ZIP Fixes #9444 --- all/all-assembly-descriptor.xml | 3 +++ all/pom.xml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/all/all-assembly-descriptor.xml b/all/all-assembly-descriptor.xml index 157f6215b9..22c15ebf73 100644 --- a/all/all-assembly-descriptor.xml +++ b/all/all-assembly-descriptor.xml @@ -33,6 +33,9 @@ ${project.groupId}:vaadin-compatibility-themes ${project.groupId}:vaadin-compatibility-client ${project.groupId}:vaadin-compatibility-client-compiled + ${project.groupId}:vaadin-compatibility-server-gae + ${project.groupId}:vaadin-osgi-integration + ${project.groupId}:vaadin-liferay-integration diff --git a/all/pom.xml b/all/pom.xml index 9b517b2a3b..10bb7e2d43 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -92,6 +92,24 @@ ${project.version} + + ${project.groupId} + vaadin-compatibility-server-gae + ${project.version} + + + + ${project.groupId} + vaadin-osgi-integration + ${project.version} + + + + ${project.groupId} + vaadin-liferay-integration + ${project.version} + + javax.portlet -- cgit v1.2.3