浏览代码

Publish widgets module to Maven (#15544)

Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
tags/7.4.0.beta2
Artur Signell 9 年前
父节点
当前提交
4e732adf67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      common.xml

+ 1
- 1
common.xml 查看文件

@@ -9,7 +9,7 @@
<property name="gwt.basedir" location="${vaadin.basedir}/../gwt" />
<property file="${vaadin.basedir}/build.properties" />

<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push" />
<property name="modules.to.publish.to.maven" value="shared,server,client,client-compiler,client-compiled,themes,push,widgets" />
<property name="modules.to.publish.to.download" value="${modules.to.publish.to.maven},all" />

<ivy:settings file="${vaadin.basedir}/ivysettings.xml" />

正在加载...
取消
保存