Browse Source

Publish widgets module to Maven (#15544)

Change-Id: I54a093d4baac91fff10ea0c53f685a9473a5081f
tags/7.4.0.beta2
Artur Signell 9 years ago
parent
commit
4e732adf67
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common.xml

+ 1
- 1
common.xml View File

@@ -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" />

Loading…
Cancel
Save