aboutsummaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-05-26 15:27:16 +0300
committerIlia Motornyi <elmot@vaadin.com>2017-05-26 15:27:16 +0300
commitd7fd3022bb286392f5bd4223860ee1facbd84b62 (patch)
tree9d400f661abbbb140f889e4d8eff3c4084bd67e9 /all
parent3d6a25c2f17311126e96c8f68c6741412ca318a9 (diff)
downloadvaadin-framework-d7fd3022bb286392f5bd4223860ee1facbd84b62.tar.gz
vaadin-framework-d7fd3022bb286392f5bd4223860ee1facbd84b62.zip
Add new artifacts to vaadin-all ZIP
Fixes #9444
Diffstat (limited to 'all')
-rw-r--r--all/all-assembly-descriptor.xml3
-rw-r--r--all/pom.xml18
2 files changed, 21 insertions, 0 deletions
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 @@
<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>
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 @@
<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>