瀏覽代碼

Add new artifacts to vaadin-all ZIP

Fixes #9444
tags/8.1.0.beta2
Henri Sara 7 年之前
父節點
當前提交
d7fd3022bb
共有 2 個檔案被更改,包括 21 行新增0 行删除
  1. 3
    0
      all/all-assembly-descriptor.xml
  2. 18
    0
      all/pom.xml

+ 3
- 0
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>

+ 18
- 0
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>

Loading…
取消
儲存